A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface ActionSettings

    Per-instance policy for binding and retaining an action's port nodes.

    interface ActionSettings {
        bindStreamsOnInputsByDefault?: boolean;
        bindStreamsOnOutputsByDefault?: boolean;
        clearInputsAfterRun?: boolean;
        clearOutputsAfterRun?: boolean;
    }
    Index
    bindStreamsOnInputsByDefault?: boolean

    Mirror input-node writes to the action's bound stream by default.

    bindStreamsOnOutputsByDefault?: boolean

    Mirror output-node writes to the action's bound stream by default.

    clearInputsAfterRun?: boolean

    Discard input nodes from the map after local completion.

    clearOutputsAfterRun?: boolean

    Discard output nodes from the map after local completion.