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

    Interface CanvasTearDownOptions

    interface CanvasTearDownOptions {
        nextLevel?: documents.Level | null;
        nextScene?: documents.Scene | null;
    }
    Index

    Properties

    nextLevel?: documents.Level | null

    The Level about to be drawn, or null if the canvas is going blank.

    nextScene?: documents.Scene | null

    The Scene about to be drawn, or null if the canvas is going blank.