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

    Hierarchy

    • DataModel
      • PerformanceConfigModel
    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • ...args: ConstructorArgs<any, null, any>

      Returns PerformanceConfigModel

    Methods

    • Define the data schema for documents of this type. The schema is populated the first time it is accessed and cached for future reuse.

      Returns {
          reachLimit: NumberField<
              { initial: 60; integer: true; max: 300; min: 0; step: 1 },
              AssignmentType<{ initial: 60; integer: true; max: 300; min: 0; step: 1 }>,
              InitializedType<{ initial: 60; integer: true; max: 300; min: 0; step: 1 }>,
              InitializedType<{ initial: 60; integer: true; max: 300; min: 0; step: 1 }>,
          >;
      }

      The returned value MUST be kept up to sync with the Schema type parameter.