Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface CursorDescriptor

    interface CursorDescriptor {
        url: string;
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    url: string

    The URL of the cursor image. Must be no larger than 128x128. 32x32 is recommended.

    x?: number

    The X co-ordinate of the cursor hotspot.

    y?: number

    The Y co-ordinate of the cursor hotspot.