mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
added height, toolbarlocation, readonly properties in config object
This commit is contained in:
3
ckeditor/ckeditor.d.ts
vendored
3
ckeditor/ckeditor.d.ts
vendored
@@ -573,6 +573,9 @@ declare module CKEDITOR {
|
||||
startupFocus?: boolean;
|
||||
on?: any;
|
||||
extraPlugins?: string;
|
||||
height?: string | number;
|
||||
toolbarLocation?: string;
|
||||
readOnly?: boolean;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user