Pathfinder 1e for Foundry VTT
    Preparing search index...

    Trait interface

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • base: string[]

        Array of elements

      • definitions: object | Registry<any>

        Object mapping or registry

      Returns Trait

    Properties

    base: string[]
    custom: Set<any> = ...
    standard: Set<any> = ...

    Accessors

    • get empty(): boolean

      Does this trait have anything?

      Returns boolean

    • get labels(): any
      Internal

      Labels

      Returns any

    • get names(): any[]

      Names of the traits.

      Returns any[]

    • get total(): Set<string>

      All traits, both standard and custom.

      Returns Set<string>

    Methods

    • Parameters

      • __namedParameters: { sheet?: boolean } = {}

      Returns Trait