Sanity Library Reference Docs
    Preparing search index...

    Interface ImageValue

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

    Hierarchy (View Summary)

    Indexable

    • [index: string]: unknown
    Index

    Properties

    Properties

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