Interface TLStateNodeConstructor

interface TLStateNodeConstructor {
    new TLStateNodeConstructornew (editor, parent?): StateNode;
    children?: (() => TLStateNodeConstructor[]);
    id: string;
    initial?: string;
}

Constructors

Properties

Constructors

Properties

children?: (() => TLStateNodeConstructor[])

Type declaration

id: string
initial?: string