resizeHeight()
Home > @gooddata/sdk-ui-dashboard > resizeHeight
resizeHeight() function
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.
Creates the ResizeHeight command.
Signature:
export declare function resizeHeight(sectionIndex: number, itemIndexes: number[], height: number, correlationId?: string): IResizeHeight;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
sectionIndex |
number |
index of the section |
|
itemIndexes |
number[] |
indexes of the items |
|
height |
number |
height in Grid Rows (by default 1 Grid Row is 20px) |
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns:
Remarks
This command operates only on the root layout. For nested layouts, use resizeNestedLayoutItemsHeight().