interface TableNotebookWidget {
    data: {
        columnAggregationFn: TableNotebookWidgetColumnAggregatorFNMap;
        tableState: Partial<TableState>;
    };
    type: Table;
}

Properties

Properties

data: {
    columnAggregationFn: TableNotebookWidgetColumnAggregatorFNMap;
    tableState: Partial<TableState>;
}

Type declaration

type: Table