OptionalgmOptionalhintLocalizable 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?
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.
Can this field only be modified by a gamemaster or assistant gamemaster?