Member Junction
    Preparing search index...

    A port (connector) on a node

    interface FlowNodePort {
        Category?: string;
        Direction: "input" | "output";
        Disabled?: boolean;
        ID: string;
        Label?: string;
        Multiple?: boolean;
        Side?: "left" | "right" | "top" | "bottom" | "auto";
    }
    Index

    Properties

    Category?: string

    Category string for connection validation (matched against FlowNodePort on targets)

    Direction: "input" | "output"
    Disabled?: boolean
    ID: string
    Label?: string
    Multiple?: boolean
    Side?: "left" | "right" | "top" | "bottom" | "auto"