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

    Interface LexicalToolbarProps

    Props for the LexicalToolbar component.

    interface LexicalToolbarProps {
        disabled?: boolean;
        selectedRuntime?: RuntimeJSON;
        showCollaborativeLabel?: boolean;
        showRuntimeSelector?: boolean;
    }
    Index

    Properties

    disabled?: boolean

    Whether toolbar controls are disabled

    selectedRuntime?: RuntimeJSON

    Currently selected runtime for kernel operations

    showCollaborativeLabel?: boolean

    Whether to show the collaborative editing indicator

    showRuntimeSelector?: boolean

    Whether to show the runtime selector dropdown