moveNestedLayoutSectionItem()
Home > @gooddata/sdk-ui-dashboard > moveNestedLayoutSectionItem
moveNestedLayoutSectionItem() 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 MoveSectionItem command.
Signature:
export declare function moveNestedLayoutSectionItem(fromPath: ILayoutItemPath, toPath: ILayoutItemPath, correlationId?: string): MoveSectionItem;
Parameters
Parameter |
Type |
Description |
---|---|---|
fromPath |
source item path | |
toPath |
target path; you may specify -1 to move to last section/to be last item | |
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
Dispatching this command will result in move of single item within section or from one section to another.