Perspective Tree Control Selected Data Issue

Using the Tree control in perspective, is it possible to make a selection via scripting? The problem I'm having is that I have a default value that modifies the props.selection property. The graphic itself updates, however the selectionData property doesn't change. It will only change on a click event. Is it possible force it to update?

After a click

Changing the selection property manually

No. You can make it clear by setting selection to an empty list, but it only ever populates by user action. :frowning_face: