Options
All
  • Public
  • Public/Protected
  • All
Menu

SearchAttrs

Hierarchy

Index

Properties

Optional class

class: string

class is typically applied to the root level DOM of a widget's view.

Use it to define custom rules for styling specific widget instances.

Optional disabled

disabled: boolean

disabled indicates the control should not be interactable.

Optional name

name: string

name of the control.

Used by controls to tag events with names.

Optional onEscape

onEscape: function

onEscape handler.

Type declaration

    • (): void
    • Returns void

Optional onFocus

onFocus: function

onFocus handler.

Type declaration

    • (): void
    • Returns void

Optional onSearch

onSearch: function

onSearch handler.

Type declaration

Optional placeholder

placeholder: string

placeholder

Optional readOnly

readOnly: boolean

readOnly

Optional value

value: string

value

Generated using TypeDoc