Lawtext core references / core/src/node/el/jsonEL / JsonEL
Interface: JsonEL
Defined in: core/src/node/el/jsonEL.ts:4 (opens in a new tab)
JsonEL: a tree structure that represents simplified structure of XML. A JsonEL object corresponds to an XML element.
Properties
attr
attr:
Record
<string
,undefined
|string
>
Defined in: core/src/node/el/jsonEL.ts:9 (opens in a new tab)
The attributes of the element
children
children: (
string
|JsonEL
)[]
Defined in: core/src/node/el/jsonEL.ts:12 (opens in a new tab)
The children of the element
tag
tag:
string
Defined in: core/src/node/el/jsonEL.ts:6 (opens in a new tab)
The tag name of the element