When using the playground, the "self" value depend of the current selection.
- no selection = self is nil
- one selection = self is the selected item
- multiple selection = self is an array containing the selected items
"self" value should be more explicit on the UI.
When using the playground, the "self" value depend of the current selection.
"self" value should be more explicit on the UI.