Sanity Library Reference Docs
    Preparing search index...

    Pairs the projected actions with the evaluation they came from, so a consumer reads instance/stage context without a second call.

    interface AvailableActionsResult {
        actions: AvailableAction[];
        evaluation: WorkflowEvaluation;
    }
    Index

    Properties

    Properties

    actions: AvailableAction[]
    evaluation: WorkflowEvaluation