Interface NotebookCellToolbarProps

interface NotebookCellToolbarProps {
    getMenuItems: (() => NotebookCellToolbarItem[]);
    onContextKeysChanged: Event<ContextKeyChangeEvent>;
}

Properties

getMenuItems: (() => NotebookCellToolbarItem[])

Type declaration

onContextKeysChanged: Event<ContextKeyChangeEvent>