resizeNestedLayoutItemWidth()
Home > @gooddata/sdk-ui-dashboard > resizeNestedLayoutItemWidth
resizeNestedLayoutItemWidth() 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 ResizeWidth command.
Signature:
export declare function resizeNestedLayoutItemWidth(itemPath: ILayoutItemPath, width: number, correlationId?: string): ResizeWidth;
Parameters
Parameter | Type | Description |
---|---|---|
itemPath | ILayoutItemPath | index of the section |
width | number | width 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: