ResizeWidthPayload
Home > @gooddata/sdk-ui-dashboard > ResizeWidthPayload
ResizeWidthPayload 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.
Payload of the ResizeWidth command.
Signature:
export interface ResizeWidthPayload
Properties
Property | Type | Description |
---|---|---|
itemIndex | number | (BETA) Indexes of the item to resize.Index is zero-based. |
sectionIndex | number | (BETA) Index of the section to resize.Index is zero-based. |
width | number | (BETA) width to resize. |