How to disable the multiple selection in Perspective Tree component?

There doesn't seem to be an option.

It looks as though the last item clicked is at the bottom of the list so you could add a script to the onItemClicked event to delete all the props.selection and props.selectionData entries except for the last. (You would need to handle deselecting all items too.)

See if there are any clues in Tree in perspective, multiselect label.

2 Likes