DataViewWindow
Home > @gooddata/sdk-ui > DataViewWindow
DataViewWindow type
Structure specifying a particular portion of data.
Signature:
export type DataViewWindow = {
offset: number[];
size: number[];
};
Home > @gooddata/sdk-ui > DataViewWindow
Structure specifying a particular portion of data.
Signature:
export type DataViewWindow = {
offset: number[];
size: number[];
};