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 |
---|---|---|---|
|
number |
(BETA) Height to resize. | |
|
number[] |
(BETA) Indexes of the items to resize. Index is zero-based. | |
|
number | ILayoutSectionPath |
(BETA) Index of the section to resize. Index is zero-based. |