mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
add readOnly to commandDefinition (#14125)
This commit is contained in:
committed by
Mohamed Hegazy
parent
3a3831bc52
commit
2b0c594731
1
ckeditor/index.d.ts
vendored
1
ckeditor/index.d.ts
vendored
@@ -1318,6 +1318,7 @@ declare namespace CKEDITOR {
|
||||
modes?: Object;
|
||||
startDisabled?: boolean;
|
||||
exec(editor: editor, data?: Object): boolean;
|
||||
readOnly?: boolean;
|
||||
refresh?(editor: editor, path: dom.elementPath): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user