Sanity Library Reference Docs
    Preparing search index...

    Interface ImageSwatch

    interface ImageSwatch {
        _type: "sanity.imagePaletteSwatch";
        background: string;
        foreground: string;
        population: number;
        title?: string;
    }
    Index

    Properties

    _type: "sanity.imagePaletteSwatch"
    background: string
    foreground: string
    population: number
    title?: string