ILayoutCoordinates
Home > @gooddata/sdk-ui-dashboard > ILayoutCoordinates
ILayoutCoordinates interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Coordinates of an item in a layout.
Signature:
export interface ILayoutCoordinates
Properties
Property | Type | Description |
---|---|---|
itemIndex | number | (BETA) 0-based index of the item within the section. |
sectionIndex | number | (BETA) 0-based index of the section the item is in. |