KC's Workspace
    Preparing search index...

    A cursor image value, used in the cursor property.

    See Cursor.

    interface CursorImage {
        hotspot?: [number, number] | null;
        url: Url;
    }
    Index

    Properties

    Properties

    hotspot?: [number, number] | null

    The location in the image where the mouse pointer appears.

    2

    2

    url: Url

    A url to the cursor image.