Sanity Library Reference Docs
    Preparing search index...

    Args for the verbs that address an instance without further input.

    interface FindPendingEffectsArgs {
        claimed?: boolean;
        instanceId: string;
        names?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    claimed?: boolean

    Filter on claim PRESENCE — not protection. An entry whose claim's lease expired still reports claimed: true here, yet a drain may take it over; mirror the drainable set with isClaimExpired over the returned entries' claims.

    instanceId: string
    names?: string[]

    Restrict to specific effect names.