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

    Variable RollTableConst

    RollTable: {
        collection: typeof RollTables;
        compendiumBanner: string;
        compendiumIndexFields: string[];
        documentClass: typeof documents.RollTable;
        embedHandlers: DocumentEmbedHandler[];
        resultIcon: string;
        resultTemplate: string;
        sidebarIcon: string;
    } = ...

    Configuration for RollTable random draws

    Type Declaration