resizeNestedLayoutItemsHeight()
Home > @gooddata/sdk-ui-dashboard > resizeNestedLayoutItemsHeight
resizeNestedLayoutItemsHeight() function
This API is provided as an alpha 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 resizeNestedLayoutItemsHeight(sectionIndex: ILayoutSectionPath, itemIndexes: number[], height: number, correlationId?: string): ResizeHeight;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| sectionIndex | 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: