Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInspectableOptions

Interface used to define custom inspectable options in "Options" mode. This interface is used by the inspector to display the list of options

Hierarchy

  • IInspectableOptions

Index

Properties

Properties

labelSearch playground for label

label: string

Defines the visible part of the option

Optional selectedSearch playground for selected

selected: boolean

Defines if the option should be selected or not

valueSearch playground for value

value: number | string

Defines the value part of the option (returned through the callback)

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method