Home > @tridion-sites/models > FormattingFeatures
Represents the formatting options.
Signature:
export declare class FormattingFeatures
Constructor | Modifiers | Description |
---|---|---|
(constructor)(backendModel) | Constructs a new instance of the FormattingFeatures class |
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 |