Home > @tridion-sites/models > TextFieldDefinition
Abstract base class for Text Field Definitions (specified in a Schema)
Signature:
export declare abstract class TextFieldDefinition extends ItemPublishableFieldDefinition
Extends: ItemPublishableFieldDefinition
Constructor | Modifiers | Description |
---|---|---|
(constructor)(backendModel) | Constructs a new instance of the TextFieldDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendTextFieldDefinition | ||
getInternalModel | () => BackendTextFieldDefinition | ||
useForAutoClassification | boolean | Whether the text field is used as input for automatic classification or not. |