Sanity Library Reference Docs
    Preparing search index...

    A transition flattened with its source stage name. Definitions nest transitions per stage; the diagram wants a flat edge list keyed by from.

    interface FlatTransition {
        description?: string;
        from: string;
        name: string;
        title?: string;
        to: string;
        when: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    from: string
    name: string
    title?: string
    to: string
    when: string