Sanity Library Reference Docs
    Preparing search index...

    Interface Image

    interface Image {
        asset?: Reference;
        crop?: ImageCrop;
        hotspot?: ImageHotspot;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    asset?: Reference
    crop?: ImageCrop
    hotspot?: ImageHotspot