Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
data
types
_TypedObjectFieldOptions
Interface _TypedObjectFieldOptions
interface
_TypedObjectFieldOptions
{
expandKeys
?:
boolean
;
validateKey
?:
TypedObjectKeyValidator
;
}
Index
Properties
expand
Keys?
validate
Key?
Properties
Optional
expand
Keys
expandKeys
?:
boolean
Whether to expand dot-delimited keys.
Optional
validate
Key
validateKey
?:
TypedObjectKeyValidator
A predicate to filter out invalid keys.
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
On This Page
Properties
expand
Keys
validate
Key
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
Whether to expand dot-delimited keys.