Library
core
src
node
pointerEnv
classes
Pointerenv

Lawtext core references


Lawtext core references / core/src/node/pointerEnv / PointerEnv

Class: PointerEnv

Defined in: core/src/node/pointerEnv/index.ts:40 (opens in a new tab)

Constructors

new PointerEnv()

new PointerEnv(options): PointerEnv

Defined in: core/src/node/pointerEnv/index.ts:54 (opens in a new tab)

Parameters

options
appdxPointers

AppdxPointer[]

pointer

____Pointer

sentenceEnv

SentenceEnv

sentenceEnvsStruct

SentenceEnvsStruct

Returns

PointerEnv

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

Defined in: core/src/node/pointerEnv/index.ts:66 (opens in a new tab)

Returns

object

located

located: null | { fragments: object[]; type: "internal"; } | { fqPrefixFragments: string[]; lawRef: Pick<{ includingDeclarationID: string; lawNum: string; suggestedLawTitle: string; }, "lawNum" | "suggestedLawTitle">; skipSameCount: number; type: "external"; }

namingChildren

namingChildren: string[]

namingParent

namingParent: null | string

pointer

pointer: JsonEL

seriesNext

seriesNext: null | string

seriesPrev

seriesPrev: null | string


locate()

locate(options): void

Defined in: core/src/node/pointerEnv/index.ts:94 (opens in a new tab)

Parameters

options

LocateOptions

Returns

void