interface IEditorSettings {
    buttons: boolean;
    options: boolean;
}

Properties

Properties

buttons: boolean
options: boolean