Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellDividerProps {
        isVisible: () => boolean;
        menuRegistry: MenuModelRegistry;
        onAddNewCell: (createCommand: (...args: unknown[]) => void) => void;
        onDragOver: (event: DragEvent<HTMLLIElement>) => void;
        onDrop: (event: DragEvent<HTMLLIElement>) => void;
    }
    Index

    Properties

    isVisible: () => boolean
    menuRegistry: MenuModelRegistry
    onAddNewCell: (createCommand: (...args: unknown[]) => void) => void
    onDragOver: (event: DragEvent<HTMLLIElement>) => void
    onDrop: (event: DragEvent<HTMLLIElement>) => void