Extend the base TokenData to define a PrototypeToken which exists within a parent Actor.

Memberof

data

Alias

Hierarchy (view full)

Properties

LOCALIZATION_PREFIXES: string[] = ...

Accessors

Methods

  • Copy and transform the DataModel into a plain object. Draw the values of the extracted object from the data source (by default) otherwise from its transformed values.

    Parameters

    • source: boolean = true

      Draw values from the underlying data source rather than transformed values

    Returns any

    The extracted primitive object

  • Apply configured default token settings to the schema.

    Parameters

    • Optional schema: DataSchema

      The schema to apply the settings to.

    Returns void