Gets or sets the description of the field.
The description is displayed below the input. If set, it overrides the default description coming from SharePoint.
Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldDescription").
The key is resolved from the form's Resources translation table.
Gets or sets whether the field is hidden.
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 whether the field is read-only.
Gets or sets whether the field requires a value.
Gets or sets the title (label) of the field.
The title is displayed in the field header. If set, it overrides the default title coming from SharePoint.
Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldTitle").
The key is resolved from the form's Resources translation table.
ReadonlytypeGets the type of the field.
Gets or sets the field value.
Protectedgetgets field property from tisaFields (TiSaProvider.tsx)
Subscribes to field value changes.
callback invoked when the value changes
Protectedsetsets field property in tisaFields (TiSaProvider.tsx)
Manages a counted column field. Counted column field is used to display a generated value based on any expression by field configuration.
Inherits core field functionality from Field, including: