Reference - BaklavaJS
    Preparing search index...

    Interface INodeUpdateEventData

    interface INodeUpdateEventData {
        intf: NodeInterface;
        name: string;
        type: "input" | "output";
    }
    Index

    Properties

    Properties

    name: string
    type: "input" | "output"