interface IAddNodeTypeEventData {
    options?: IRegisterNodeTypeOptions;
    type: AbstractNodeConstructor;
}

Properties

Properties