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

    Variable TileConst

    Tile: {
        documentClass: typeof TileDocument;
        hudClass: typeof TileHUD;
        objectClass: typeof canvas.placeables.Tile;
        sidebar: { applicationClass: typeof TileTab; order: number };
    } = ...

    Configuration for the Tile embedded document type and its representation on the game Canvas

    Type Declaration