add readOnly to commandDefinition (#14125)

This commit is contained in:
Chris Khoo
2017-01-19 13:09:22 -08:00
committed by Mohamed Hegazy
parent 3a3831bc52
commit 2b0c594731

1
ckeditor/index.d.ts vendored
View File

@@ -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;
}