Lawtext core references • Docs
Lawtext core references / core/src/node/pointerEnv / PointerEnv
Class: PointerEnv
Constructors
new PointerEnv()
new PointerEnv(
options
):PointerEnv
Parameters
• options
• options.appdxPointers: AppdxPointer
[]
• options.pointer: ____Pointer
• options.sentenceEnv: SentenceEnv
• options.sentenceEnvsStruct: SentenceEnvsStruct
Returns
Defined in
core/src/node/pointerEnv/index.ts:54 (opens in a new tab)
Properties
appdxPointers
appdxPointers:
AppdxPointer
[]
Defined in
core/src/node/pointerEnv/index.ts:52 (opens in a new tab)
located
located:
null
|LocatedInfo
=null
Defined in
core/src/node/pointerEnv/index.ts:47 (opens in a new tab)
namingChildren
namingChildren:
PointerEnv
[] =[]
Defined in
core/src/node/pointerEnv/index.ts:42 (opens in a new tab)
namingParent
namingParent:
null
|PointerEnv
=null
Defined in
core/src/node/pointerEnv/index.ts:41 (opens in a new tab)
pointer
pointer:
____Pointer
Defined in
core/src/node/pointerEnv/index.ts:49 (opens in a new tab)
sentenceEnv
sentenceEnv:
SentenceEnv
Defined in
core/src/node/pointerEnv/index.ts:50 (opens in a new tab)
sentenceEnvsStruct
sentenceEnvsStruct:
SentenceEnvsStruct
Defined in
core/src/node/pointerEnv/index.ts:51 (opens in a new tab)
seriesNext
seriesNext:
null
|PointerEnv
=null
Defined in
core/src/node/pointerEnv/index.ts:45 (opens in a new tab)
seriesPrev
seriesPrev:
null
|PointerEnv
=null
Defined in
core/src/node/pointerEnv/index.ts:44 (opens in a new tab)
Methods
json()
json():
object
Returns
object
located
located:
null
|object
|object
namingChildren
namingChildren:
string
[]
namingParent
namingParent:
null
|string
pointer
pointer:
JsonEL
seriesNext
seriesNext:
null
|string
seriesPrev
seriesPrev:
null
|string
Defined in
core/src/node/pointerEnv/index.ts:66 (opens in a new tab)
locate()
locate(
options
):void
Parameters
• options: LocateOptions
Returns
void