You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to move the node to an empty border, I found a problem: the border is empty and I cannot find an existing BorderNode as the target object.
/** * Moves a node (tab or tabset) from one location to another * @param fromNodeId the id of the node to move * @param toNodeId the id of the node to receive the moved node * @param location the location where the moved node will be added, one of the DockLocation enum values. * @param index for docking to the center this value is the index of the tab, use -1 to add to the end. * @param select (optional) whether to select the moved tab(s) in new tabset, overriding autoSelectTab * @returns {Action} the action */staticmoveNode(fromNodeId: string,toNodeId: string,location: DockLocation,index: number,select?: boolean,): Action
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I tried to move the node to an empty border, I found a problem: the border is empty and I cannot find an existing BorderNode as the target object.
Beta Was this translation helpful? Give feedback.
All reactions