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

    Interface _CanvasDimensions

    interface _CanvasDimensions {
        scale: { default: number; max: number; min: number };
        uiScale: number;
    }
    Index

    Properties

    Properties

    scale: { default: number; max: number; min: number }

    The minimum, maximum, and default canvas scale.

    uiScale: number

    The scaling factor for canvas UI elements. Based on the normalized grid size (100px).