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

    Interface DiceTermFulfillmentDescriptor

    interface DiceTermFulfillmentDescriptor {
        id: string;
        isNew?: boolean;
        method: string;
        term: DiceTerm;
    }
    Index

    Properties

    Properties

    id: string

    A unique identifier for the term.

    isNew?: boolean

    Was the term newly-added to this resolver?

    method: string

    The fulfillment method.

    term: DiceTerm

    The term.