@pond-ts/process API Reference
    Preparing search index...

    Interface OutputHandle

    One named output of a multi-output node.

    interface OutputHandle {
        output: string;
        slot: string;
    }
    Index

    Properties

    Properties

    output: string
    slot: string