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

    Interface RollTermData

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

    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