Boatstack TypeScript SDK
    Preparing search index...

    Interface StateValueReference

    Selects a state value from trusted runtime input instead of a literal.

    interface StateValueReference {
        admission?: string;
        invocation?: string;
        parameter?: string;
    }
    Index
    admission?: string
    invocation?: string
    parameter?: string