Library
core
classes
Core Src Node Cst Inline.attrentry

Lawtext core references / core/src/node/cst/inline / AttrEntry

Class: AttrEntry

core/src/node/cst/inline.AttrEntry

Table of contents

Constructors

Properties

Constructors

constructor

new AttrEntry(entryText, entry, entryRange, trailingSpace, trailingSpaceRange): AttrEntry

Parameters

NameType
entryTextstring
entry[name: string, value: string]
entryRangenull | [start: number, end: number]
trailingSpacestring
trailingSpaceRangenull | [start: number, end: number]

Returns

AttrEntry

Defined in

core/src/node/cst/inline.ts:18 (opens in a new tab)

Properties

entry

entry: [name: string, value: string]

Defined in

core/src/node/cst/inline.ts:20 (opens in a new tab)


entryRange

entryRange: null | [start: number, end: 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 | [start: number, end: number]

Defined in

core/src/node/cst/inline.ts:23 (opens in a new tab)