Skip to content

Commit

Permalink
feat: update common/data/data.mjs to 331
Browse files Browse the repository at this point in the history
Closes #2809
  • Loading branch information
kmoschcau committed Oct 24, 2024
1 parent 4a6beeb commit 9ae399f
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 103 deletions.
5 changes: 5 additions & 0 deletions src/foundry/common/abstract/data.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ declare abstract class DataModel<

#validationFailures: { fields: DataModelValidationFailure | null; joint: DataModelValidationFailure | null };

/**
* A set of localization prefix paths which are used by this DataModel.
*/
static LOCALIZATION_PREFIXES: string[];

/**
* Initialize the source data for a new DataModel instance.
* One-time migrations and initial cleaning operations are applied to the source data.
Expand Down
Loading

0 comments on commit 9ae399f

Please sign in to comment.