Extends BaseNode
Properties
tag
HTML tag, defaults to 'div'
tag?: string
attrs
Attributes to add to the HTML element
attrs?: { [key: string]: any; } | ((context: NodeContext) => { [key: string]: any; })
Extends BaseNode
HTML tag, defaults to 'div'
tag?: string
Attributes to add to the HTML element
attrs?: { [key: string]: any; } | ((context: NodeContext) => { [key: string]: any; })