Skip to content

types.multi_select_property

A registered multi select property

Properties

NameDescription
nametype: string The name of the property
valuetype: 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