We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readonly
1 parent e2b1907 commit 200439aCopy full SHA for 200439a
src/main/ts/components/Editor.tsx
@@ -15,7 +15,7 @@ export interface IProps {
15
initialValue: string;
16
onEditorChange: (a: string, editor: TinyMCEEditor) => void;
17
value: string;
18
- init: EditorOptions & { selector?: undefined; target?: undefined };
+ init: EditorOptions & Partial<Record<'selector' | 'target' | 'readonly', undefined>>;
19
tagName: string;
20
cloudChannel: string;
21
plugins: NonNullable<EditorOptions['plugins']>;
0 commit comments