Returns information about selected properties.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
No |
'Handle' |
Property name |
Property whose value will be used to identify the instance that possesses the selected property.
Return type: string array
Returns an array of length equal to 3 times the number of properties selected. Currently, however, it is only possible to select one property at a time so the return value will be either of length zero or length 3. The elements in each group of three are as defined in the table.
Index | Description |
---|---|
0 | Value of instance property identified in argument 1. This is used to identify the instance that possesses the selected property. |
1 | Name of selected property |
2 | Value of selected property |
Properties can only be selected if the 'selectable' attribute is enabled.
|