Datalayer Desktop - v0.0.3
    Preparing search index...

    Interface EditorInitPluginProps

    interface EditorInitPluginProps {
        onEditorInit: (editor: LexicalEditor) => void;
    }
    Index
    onEditorInit: (editor: LexicalEditor) => void