Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowInstancePreviewEffect

    A stalled automation as a preview reports it — the effect's machine name and its display title.

    interface WorkflowInstancePreviewEffect {
        name: string;
        title?: string;
    }
    Index

    Properties

    Properties

    name: string
    title?: string