AnumaNode
Defined in: src/tools/slides/jsx.ts:59
A node in the Anuma tree. tag is the local name after Anuma. (e.g.
"Text", "Slide"). Children are other nodes for containers, or a
single string (the body text) for <Anuma.Text>.
Properties
attrs
attrs:
Record<string,AttrValue>
Defined in: src/tools/slides/jsx.ts:61
children
children:
AnumaChild[]
Defined in: src/tools/slides/jsx.ts:62
tag
tag:
string
Defined in: src/tools/slides/jsx.ts:60
Last updated on