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

    Interface _RollTableHTMLEmbedConfig

    interface _RollTableHTMLEmbedConfig {
        rangeLabel?: string;
        resultLabel?: string;
        rollable?: boolean;
    }
    Index

    Properties

    rangeLabel?: string

    The label to use for the range column. If rollable is true, this option is ignored.

    resultLabel?: string

    The label to use for the result column.

    rollable?: boolean

    Adds a button allowing the table to be rolled directly from its embedded context.