Interface NotebookCellToolbarProps

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

Properties

getMenuItems: (() => NotebookCellToolbarItem[])

Type declaration

onContextChanged: Event<void>