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