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

    Type Alias DiceFulfillmentHandler

    DiceFulfillmentHandler: (
        term: DiceTerm,
        options?: object,
    ) => number | void | Promise<number | void>

    Type Declaration

      • (term: DiceTerm, options?: object): number | void | Promise<number | void>
      • Parameters

        • term: DiceTerm

          The term being fulfilled.

        • Optionaloptions: object

          Additional options to configure fulfillment.

        Returns number | void | Promise<number | void>