Interface IDiceRoll

Used to call the dddice API

Hierarchy

  • IDiceRoll

Properties

type: string

Die type to roll

theme: string

Theme slug to roll

label?: string

A human-readable label for this die in the roll to distinguish it from others. Ex slashing vs fire damage

uuid?: string

If updating the dice roll, UUID is required

is_hidden?: boolean

If this is a hidden roll

is_dropped?: boolean

If the dice is dropped (not calculated in the final value)

is_cleared?: boolean

If the dice is cleared from the table (not seen by other players)

meta?: object

Optional data that is not critical to the functionality of a die roll but could be useful to store for display or informational purposes

Generated using TypeDoc