Interface IDiceRollOptions

Used to call the dddice API

interface IDiceRollOptions {
    external_id?: string;
    label?: string;
    operator?: Operator;
    room?: string;
    whisper?: number[];
}

Properties

external_id?: string

ID to link to an external system

label?: string

Additional context about the roll (e.g. Longsword)

operator?: Operator

Flags and operators

room?: string

Room to roll in

whisper?: number[]

Participant IDs to whisper this roll to

Generated using TypeDoc