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

    Variable DrawingConst

    Drawing: {
        documentClass: typeof DrawingDocument;
        hudClass: typeof DrawingHUD;
        objectClass: typeof canvas.placeables.Drawing;
        sidebar: { applicationClass: typeof DrawingTab; order: number };
    } = ...

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

    Type Declaration