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

    Interface EditorInitPluginProps

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

    Properties

    Properties

    onEditorInit: (editor: LexicalEditor) => void