Home > @tridion-sites/open-api-client > FormattingFeatures
Represents the formatting options.
Signature:
export type FormattingFeatures = {
$type?: string;
AccessibilityLevel?: number;
DisallowedActions?: Array<string>;
DisallowedStyles?: Array<string>;
DocType?: string;
};