Home > @tridion-sites/models > XhtmlFieldDefinition
Represents an XHTML field (a.k.a. Format Area) definition (in a Schema).
Signature:
export declare class XhtmlFieldDefinition extends TextFieldDefinition
Extends: TextFieldDefinition
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, formattingFeatures }) | Constructs a new instance of the XhtmlFieldDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendXhtmlFieldDefinition | ||
defaultValue | string | undefined | ||
formattingFeatures | FormattingFeatures | undefined | ||
getInternalModel | () => BackendXhtmlFieldDefinition | ||
height | number | undefined | Height of the text area in the form-based User Interface. |