Library
core
src
analyzer
detectPointers
Readme

Lawtext core referencesDocs


Lawtext core references / core/src/analyzer/detectPointers

core/src/analyzer/detectPointers

References

default

Renames and re-exports detectPointers

Functions

detectPointers()

detectPointers(elToBeModified): WithErrorValue<AppdxPointer[]>

Parameters

elToBeModified: EL

Returns

WithErrorValue<AppdxPointer[]>

Defined in

core/src/analyzer/detectPointers.ts:56 (opens in a new tab)


detectPointersInner()

detectPointersInner(options): ErrorMessage[]

Parameters

options

options.appdxPointers: AppdxPointer[]

options.elToBeModified: EL

options.stopChars: string

Returns

ErrorMessage[]

Defined in

core/src/analyzer/detectPointers.ts:13 (opens in a new tab)