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

    Properties for the LexicalEditor component

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

    Properties

    className?: string
    collaboration?: CollaborationConfig
    editable?: boolean
    initialContent?: string
    onContentChange?: (content: string) => void
    onRuntimeSelected?: (runtime: null | RuntimeJSON) => void
    onSave?: (content: string) => void
    runtimePodName?: string