OptionaldimensionsOptionalgmCan this field only be modified by a gamemaster or assistant gamemaster?
OptionalhintLocalizable help text displayed on forms which render this field.
OptionalinitialThe initial value of a field, or a function which assigns that initial value.
OptionallabelA localizable label displayed on forms which render this field.
OptionalnullableCan this field have null values?
OptionalpersistedIs a value of this field written to source data? A Non-persisted value is initialized (with its initial value), and ActiveEffects can use the field for change application.
OptionalplaceholderLocalizable text displayed in placeholders of form inputs which render this field.
OptionalreadonlyShould the initialized (prepared) property of the DataModel instance for this
field be read-only, i.e. nonwritable and nonconfigurable? The source value of
a read-only field can still be changed by updateSource, but a source change
won't necessarily be reflected on the prepared value. Usually the prepared
value of a read-only field is effectively immutable, but not in all cases:
for example, EmbeddedCollectionField. The _id field is a special behavior:
the prepared property becomes nonconfigurable only after the source value
becomes a nonnull value for the first time.
OptionalrequiredIs this field required to be populated?
OptionalvalidateA custom data field validation function.
OptionalvalidationA custom validation error string. When displayed will be prepended with the document name, field name, and candidate value. This error string is only used when the return type of the validate function is a boolean. If an Error is thrown in the validate function, the string message of that Error is used.
The dimensions. Default:
2.