Datalayer VS Code Extension - v0.0.10
    Preparing search index...

    Interface LexicalToolbarProps

    Props for the LexicalToolbar component.

    interface LexicalToolbarProps {
        disabled?: boolean;
        kernelInitializing?: boolean;
        lexicalId?: string;
        onToggleComments?: () => void;
        selectedRuntime?: RuntimeJSON;
        showCollaborativeLabel?: boolean;
        showCommentsPanel?: boolean;
        showRuntimeSelector?: boolean;
    }
    Index

    Properties

    disabled?: boolean

    Whether toolbar controls are disabled

    kernelInitializing?: boolean

    Whether kernel is currently initializing (before it's created)

    lexicalId?: string

    Lexical document ID for state management

    onToggleComments?: () => void

    Callback to toggle comments panel

    selectedRuntime?: RuntimeJSON

    Currently selected runtime for kernel operations

    showCollaborativeLabel?: boolean

    Whether to show the collaborative editing indicator

    showCommentsPanel?: boolean

    Whether comments panel is visible

    showRuntimeSelector?: boolean

    Whether to show the runtime selector dropdown