featherbit UI
    Preparing search index...

    Interface PortSpec

    A plugin type's full port declaration.

    Mirrors src/plugins/ports.rs::PortSpec field for field.

    interface PortSpec {
        input: string | null;
        outputs: PortDecl[];
    }
    Index
    input: string | null

    Description of the single in port; null = the node has no input (only listener).

    outputs: PortDecl[]

    Declared output ports, in display order.