Gets or sets the description of the field. The description is displayed in the field header. If set, it overrides the default description in SharePoint for the field.
Gets or sets a value that specifies whether the field is hidden on form. If the field is hidden, the field is not displayed on the form, but can be accessed programmatically.
ReadonlyinternalGets the internal name that is used for the field.
ReadonlyoriginalGets original field value before any changes. This value is not updated when the field value is changed.
Gets or sets a value that specifies whether the field requires a value. If the field is required, the value of the field must be set before the form can be saved.
Sets a field value and waits for the value to be evaluated or rendered in the UI.
Also allows disabling the trigger onChange event.
Gets or sets the title of the field. The title is displayed in the field header. If set, it overrides the default title in SharePoint for the field.
ReadonlytypeThe event is triggered whenever the field value changes. The event can be suppressed by calling the setValue method
with the disableTriggerOnChange parameter set to true.
function callback on event fired
Manages an advanced table field. The advanced table field is used to create a table on a form. The table is dynamic and allows to display different types of data. It is typically used to display process history, to define sub-items of the current item, or for spreadsheet calculations on a form.
Inherits core field functionality from Field, including:
Example