Sanity Library Reference Docs
    Preparing search index...

    An Effect whose retry block may omit its kind, plus the authoring-only runtime block that says where the generated runtime hosts this handler. retry is stored; runtime is stripped before the deploy writes the definition.

    interface AuthoringEffect {
        bindings?: Record<string, string>;
        description?: string;
        input?: Record<string, unknown>;
        name: string;
        outputs?: FieldShape[];
        retry?: AuthoringEffectRetry;
        runtime?: EffectRuntimeBlock;
        title?: string;
    }
    Index

    Properties

    bindings?: Record<string, string>
    description?: string
    input?: Record<string, unknown>
    name: string
    outputs?: FieldShape[]
    title?: string