tridion-sites-extensions-api-docs

Home > @tridion-sites/models > FormattingFeatures

FormattingFeatures class

Represents the formatting options.

Signature:

export declare class FormattingFeatures

Constructors

Constructor Modifiers Description
(constructor)(backendModel)   Constructs a new instance of the FormattingFeatures class

Properties

Property Modifiers Type Description
_backendModel   BackendFormattingFeatures  
accessibilityLevel   number | undefined Web Content Accessibility Guidelines (WCAG) setting that you choose, shows or hides buttons for the various WCAG levels.
disallowedActions   ReadonlyArray<string> | undefined Formatting actions that a user can not perform on text within the format area.
disallowedStyles   ReadonlyArray<string> | undefined Styles that a user can not apply to text within a format area.
docType   string | undefined Rules that are applied to this format area when Components based on this Schema are validated. You have the option of selecting “Strict” or “Transitional” document types.
getInternalModel   () => BackendFormattingFeatures