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

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.