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

    Variable SceneConst

    Scene: {
        collection: typeof Scenes;
        compendiumBanner: string;
        compendiumIndexFields: string[];
        documentClass: typeof documents.Scene;
        embedHandlers: DocumentEmbedHandler[];
        sidebarIcon: string;
    } = ...

    Configuration for the Scene document

    Type Declaration