ResizeHeightPayload
Home > @gooddata/sdk-ui-dashboard > ResizeHeightPayload
ResizeHeightPayload 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 ResizeHeight command.
Signature:
export interface ResizeHeightPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
height | readonly | number | (BETA) Height to resize. |
itemIndexes | readonly | number[] | (BETA) Indexes of the items to resize. Index is zero-based. |
sectionIndex | readonly | number | (BETA) Index of the section to resize. Index is zero-based. |