SheetXL - v0.3.20
    Preparing search index...

    Interface ScriptEditorProps

    Move this to another project. Automation-Editor

    interface ScriptEditorProps {
        commands?: IGroup;
        darkMode?: boolean;
        loadingPanel?: ReactElement;
        onClose?: () => void;
        onStatusChange?: (status: Partial<IScriptEditor.Status>) => void;
        readOnly?: boolean;
    }

    Hierarchy

    • HTMLAttributes<HTMLElement>
      • ScriptEditorProps
    Index

    Properties

    commands?: IGroup

    Command Map

    darkMode?: boolean

    Monaco theme

    loadingPanel?: ReactElement

    If provided then a custom loading panel will be used.

    onClose?: () => void

    Called when the user request a close.

    onStatusChange?: (status: Partial<IScriptEditor.Status>) => void

    Called for status change events.

    readOnly?: boolean

    If the values can be modified