Optional
gmOptional
hintLocalizable help text displayed on forms which render this field.
Optional
initialThe initial value of a field, or a function which assigns that initial value.
Optional
labelA localizable label displayed on forms which render this field.
Optional
nullableCan this field have null values?
Optional
requiredIs this field required to be populated?
Optional
validateA custom data field validation function.
Optional
validationA 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.
Can this field only be modified by a gamemaster or assistant gamemaster?