Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VertexSceneTreeSearch

Index

Properties

controller?: SceneTreeController

The scene tree controller

debounce?: number

Specifies the delay, in milliseconds, to emit search events after user input.

If this value is specified, searches will automatically occur after a keystroke has occurred and the debounce threshold has elapsed.

Defaults to undefined, and searches only occur on an Enter press or a blur event.

disabled: boolean

If true, disables user interaction of the component.

placeholder?: string

Placeholder text if value is empty.

value: string

The current text value of the component. Value is updated on user interaction.

Methods

  • clear(): Promise<void>
  • setFocus(): Promise<void>