Pathfinder 1e for Foundry VTT
Repository
Preparing search index...
pf1
models
fields
IDField
Class IDField
ID field.
Validates the field contents are alphanumeric string as expected of document IDs.
Hierarchy
any
IDField
Index
Constructors
constructor
Accessors
_
defaults
Methods
_
validate
Type
Constructors
constructor
new
IDField
(
options
?:
{}
,
context
:
any
)
:
IDField
Parameters
options
:
{}
= {}
context
:
any
Returns
IDField
Accessors
Static
_
defaults
get
_defaults
()
:
any
Returns
any
Methods
_
validate
Type
_validateType
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
_
defaults
Methods
_
validate
Type
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...
ID field.
Validates the field contents are alphanumeric string as expected of document IDs.