Lawtext core references / core/src/node/cst/inline / AttrEntry
Class: AttrEntry
Defined in: core/src/node/cst/inline.ts:17 (opens in a new tab)
Constructors
new AttrEntry()
new AttrEntry(
entryText,entry,entryRange,trailingSpace,trailingSpaceRange):AttrEntry
Defined in: core/src/node/cst/inline.ts:18 (opens in a new tab)
Parameters
entryText
string
entry
[string, string]
entryRange
null | [number, number]
trailingSpace
string
trailingSpaceRange
null | [number, number]
Returns
Properties
entry
entry: [
string,string]
Defined in: core/src/node/cst/inline.ts:20 (opens in a new tab)
entryRange
entryRange:
null| [number,number]
Defined in: core/src/node/cst/inline.ts:21 (opens in a new tab)
entryText
entryText:
string
Defined in: core/src/node/cst/inline.ts:19 (opens in a new tab)
trailingSpace
trailingSpace:
string
Defined in: core/src/node/cst/inline.ts:22 (opens in a new tab)
trailingSpaceRange
trailingSpaceRange:
null| [number,number]
Defined in: core/src/node/cst/inline.ts:23 (opens in a new tab)