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 | 
|---|---|---|---|
| 
 | number | (BETA) Indexes of the item to resize. Index is zero-based. | |
| 
 | (BETA) (Optional) Index of the item to resize. Index is zero-based. TODO LX-648: make the prop required | ||
| 
 | number | (BETA) Index of the section to resize. Index is zero-based. | |
| 
 | number | (BETA) width to resize. |