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: { activatePreviewCommand?: boolean; callback?: (scene: Scene) => void; rebuild?: boolean; update?: boolean }

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

Type declaration

  • Optional activatePreviewCommand?: boolean

    the onPreviewCommandActivated observer of the preview manager should be triggered

  • Optional callback?: (scene: Scene) => void

    a callback to trigger

      • Parameters

        Returns void

  • 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