Interface NotebookCellStatusBarListDto

interface NotebookCellStatusBarListDto {
    cacheId: number;
    items: NotebookCellStatusBarItem[];
}

Properties

Properties

cacheId: number
items: NotebookCellStatusBarItem[]