Home > borogove > ProfileBuilder > move
ProfileBuilder.move() method
Move a profile item
Signature:
move(id: string, moveTo: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | the item to move |
| moveTo | string | the item currently in the position where it should move to |
Returns:
void