Provides the array of the selected item indices.
var value = obj.getSelectionProperty("value", index);
var array = obj.getSelectionProperty("values");
or
obj.setSelectionProperty("value", value, index);
obj.setSelectionProperty("values", array);