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
The data type passed to onSelectionChange is too abstrast, requiring costly runtime type checks by subscribers like frontend selection toolbar. The data type can be made a struct that organizes into LGraphNode, LGraphGroup, RerouteNode, etc.
The text was updated successfully, but these errors were encountered:
christian-byrne
changed the title
[DevTask] Structure selection
[DevTask] Structure selection data type
Feb 18, 2025
The data type passed to
onSelectionChange
is too abstrast, requiring costly runtime type checks by subscribers like frontend selection toolbar. The data type can be made a struct that organizes into LGraphNode, LGraphGroup, RerouteNode, etc.The text was updated successfully, but these errors were encountered: