bootstack.events.TreeSelectionEvent#

class bootstack.events.TreeSelectionEvent(nodes=<factory>)#

Bases: object

Fires when a tree’s set of selected nodes changes.

nodes: list[Any]#

The selected TreeNode handles, in tree order.