tridion-sites-extensions-api-docs

Home > @tridion-sites/models > XhtmlFieldDefinition

XhtmlFieldDefinition class

Represents an XHTML field (a.k.a. Format Area) definition (in a Schema).

Signature:

export declare class XhtmlFieldDefinition extends TextFieldDefinition

Extends: TextFieldDefinition

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, formattingFeatures })   Constructs a new instance of the XhtmlFieldDefinition class

Properties

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.