Sanity Library Reference Docs
    Preparing search index...

    Interface SchemaUnionOption<T>

    interface SchemaUnionOption<T extends SchemaNode = SchemaNode> {
        icon?: string;
        name: string;
        title?: string;
        type: "unionOption";
        value: T;
    }

    Type Parameters

    Index

    Properties

    icon?: string
    name: string
    title?: string
    type: "unionOption"
    value: T