Sanity Library Reference Docs
    Preparing search index...
    interface SessionArgs {
        grantsFromPath?: string;
        instance: WorkflowInstance;
    }
    Index

    Properties

    grantsFromPath?: string

    URL path for grant resolution — see StartInstanceArgs.grantsFromPath.

    The instance document to bind — typically the consumer's live-store value.