ResizeWidthPayload
Home > @gooddata/sdk-ui-dashboard > ResizeWidthPayload
ResizeWidthPayload interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the ResizeWidth command.
Signature:
export interface ResizeWidthPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
itemIndex | readonly | number | (BETA) Indexes of the item to resize. Index is zero-based. |
sectionIndex | readonly | number | (BETA) Index of the section to resize. Index is zero-based. |
width | readonly | number | (BETA) width to resize. |