Skip to main content

css

Description

Optional. Defines a CSS class for the editor's box

Usage

css?: string;

Examples

Defining CSS class for editor's box

<Editor css="myBox" />