Appearance
types.multi_select_property
A registered multi select property
Properties
| Name | Description |
|---|---|
name | type: string The name of the property |
value | type: table The value of the property |
Functions
selected(value : string): boolean
Returns whether the specified value is selected
- value (
string) The value to check - returns (
boolean) True if selected, false otherwise
