Sanity Library Reference Docs
    Preparing search index...

    Interface SystemVariant

    interface SystemVariant {
        _createdAt: string;
        _id: `_.variants.${string}`;
        _rev: string;
        _type: "system.variant";
        _updatedAt: string;
        conditions: Record<string, string>;
        metadata?: {
            description?: PortableTextBlock[];
            title?: string;
            [key: string]: unknown;
        };
        name?: string;
        priority: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    _createdAt: string
    _id: `_.variants.${string}`
    _rev: string
    _type: "system.variant"
    _updatedAt: string
    conditions: Record<string, string>
    metadata?: {
        description?: PortableTextBlock[];
        title?: string;
        [key: string]: unknown;
    }
    name?: string
    priority: number