Sanity Library Reference Docs
    Preparing search index...

    Interface ImageHotspot

    interface ImageHotspot {
        _type?: "sanity.imageHotspot";
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    _type?: "sanity.imageHotspot"
    height: number
    width: number
    x: number
    y: number