packages/components/layout/eui-app-v2/eui-app-header/eui-app-header-search.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-app-header-search |
| imports |
FormsModule
EUI_ICON
EUI_BUTTON
EUI_INPUT_TEXT
EUI_INPUT_GROUP
|
| templateUrl | ./eui-app-header-search.html |
| styleUrl | ./eui-app-header-search.scss |
Properties |
Methods |
Inputs |
Outputs |
HostBindings |
| placeholder |
Type : string
|
Default value : 'Type something...'
|
| searchLabel |
Type : string
|
Default value : 'Search'
|
| searchClick |
Type : EventEmitter<string>
|
| class |
Type : string
|
Default value : 'eui-app-header-search'
|
| onSearch |
onSearch()
|
|
Returns :
void
|
| cssClass |
Type : string
|
Default value : 'eui-app-header-search'
|
Decorators :
@HostBinding('class')
|