Packages

CKEditor 5 integration for Phoenix Framework

Retired package: Renamed - Moved to ckeditor5-phoenix

Current section

Files

Jump to
ckeditor5 dist src hooks editor utils set-editor-editable-height.d.ts
Raw

dist/src/hooks/editor/utils/set-editor-editable-height.d.ts

import { Editor } from 'ckeditor5';
/**
* Sets the height of the editable area in the CKEditor instance.
*
* @param instance - The CKEditor instance to modify.
* @param height - The height in pixels to set for the editable area.
*/
export declare function setEditorEditableHeight(instance: Editor, height: number): void;
//# sourceMappingURL=set-editor-editable-height.d.ts.map