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.
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.
ReadonlytypeGets value of the attachment field. If used setting value then Error is thrown.
The 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 attachment field. The attachment field is used to display a list of attachments on a SharePoint item.
Inherits core field functionality from Field, including: