Customise UI migration research #470
Locked
kierandrewett
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adding widget to area
Adding a widget to an area in the browser can be done by calling
.addWidgetToArea
.Removing widget from area
Removing a widget from an area in the browser can be done by calling
.removeWidgetFromArea
.Checking if widget can move to area
You can check whether a widget can move to a specific area by calling
.canWidgetMoveToArea
.Getting all widgets in area
You can get all the widgets in an area by calling
.getWidgetsInArea
.Beta Was this translation helpful? Give feedback.
All reactions