Tool Setttings at Cursor #1233
Closed
mathieu-fournier
started this conversation in
General
Replies: 1 comment
Use
Listen to onReloadToolSettingsProperties and onSyncToolSettingsProperties events to get notified about changes from the tool i.e.: To sync the values from components back to the tool use applyToolSettingPropertyChange i.e.
This is too big in scope to answer, but ideally both "popups" should share a shared parent/container to address overlapping. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I need to prototype having Tool Settings at the cursor.

From a UX perspective, it increases efficiency and puts the action (tool settings inputs) available directly without mouse movements.
I would like some help on how I can prototype this the "cleanest" way possible.
Things I would like to know, that I need to figure out :
For reference, we had this concept of having tool settings at cursor in other applications like OpenSiteDesigner.
All reactions