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

    Properties for the LexicalEditor component

    interface LexicalEditorProps {
        className?: string;
        collaboration?: CollaborationConfig;
        editable?: boolean;
        initialContent?: string;
        onContentChange?: (content: string) => void;
        onRuntimeSelected?: (runtime: RuntimeJSON | null) => void;
        onSave?: (content: string) => void;
        runtimePodName?: string;
        serviceManager?: IManager;
    }
    Index
    className?: string
    collaboration?: CollaborationConfig
    editable?: boolean
    initialContent?: string
    onContentChange?: (content: string) => void
    onRuntimeSelected?: (runtime: RuntimeJSON | null) => void
    onSave?: (content: string) => void
    runtimePodName?: string
    serviceManager?: IManager