featherbit UI
    Preparing search index...

    Function resolveOutputs

    • Resolves a node's effective declared outputs, applying the entry/terminal special cases before falling back to the catalog-derived ports (or DEFAULT_PORT_SPEC when the type has no catalog entry at all).

      Parameters

      • pluginType: string

        The node's plugin type.

      • ports: PortSpec | undefined

        The type's catalog PortSpec, if any (undefined for boundary pseudo-nodes and any type missing from the catalog).

      Returns PortDecl[]