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; })