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

    Hierarchy

    • DataModel
      • IntegrationConfigModel
    Index

    Constructors

    Methods

    Constructors

    • Parameters

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

      Returns IntegrationConfigModel

    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 {
          babele: BooleanField<
              { initial: true },
              AssignmentType<SimpleMerge<{ initial: true }, DefaultOptions>>,
              InitializedType<SimpleMerge<{ initial: true }, DefaultOptions>>,
              InitializedType<SimpleMerge<{ initial: true }, DefaultOptions>>,
          >;
          diceSoNice: BooleanField<
              { initial: true },
              AssignmentType<SimpleMerge<{ initial: true }, DefaultOptions>>,
              InitializedType<SimpleMerge<{ initial: true }, DefaultOptions>>,
              InitializedType<SimpleMerge<{ initial: true }, DefaultOptions>>,
          >;
      }

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