Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
applications
types
FormNode
Interface FormNode
interface
FormNode
{
field
?:
any
;
fields
?:
FormNode
[]
;
fieldset
:
boolean
;
legend
?:
string
;
value
?:
any
;
}
Index
Properties
field?
fields?
fieldset
legend?
value?
Properties
Optional
field
field
?:
any
Optional
fields
fields
?:
FormNode
[]
fieldset
fieldset
:
boolean
Optional
legend
legend
?:
string
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
field
fields
fieldset
legend
value
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...