interface RollTermData {
    class?: string;
    evaluated?: boolean;
    options?: RollOptions;
}

Properties

class?: string

The name of the foundry.dice.terms.RollTerm class with which this data should be constructed

evaluated?: boolean

Has this term been evaluated?

options?: RollOptions

Options modifying or describing the Roll