interface INodeUpdateEventData {
    intf: NodeInterface<any>;
    name: string;
    type: "input" | "output";
}

Properties

Properties

intf: NodeInterface<any>
name: string
type: "input" | "output"