Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEditablePropertyOption

Interface that defines the options available for an editable property

Hierarchy

  • IEditablePropertyOption

Index

Properties

Properties

Optional maxSearch playground for max

max: number

max value

Optional minSearch playground for min

min: number

min value

Optional notifiersSearch playground for notifiers

notifiers: { rebuild?: boolean; update?: boolean }

notifiers: indicates which actions to take when the property is changed

Type declaration

  • Optional rebuild?: boolean

    the material should be rebuilt

  • Optional update?: boolean

    the preview should be updated

Optional optionsSearch playground for options

list of the options for a variable of type list

Legend

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