Lawtext core references • Docs
Lawtext core references / core/src/node/el/jsonEL / JsonEL
Interface: JsonEL
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
>
The attributes of the element
Defined in
core/src/node/el/jsonEL.ts:9 (opens in a new tab)
children
children: (
string
|JsonEL
)[]
The children of the element
Defined in
core/src/node/el/jsonEL.ts:12 (opens in a new tab)
tag
tag:
string
The tag name of the element