packages/eui/packages/components/layout/eui-header/header-search/header-search.component.ts
changeDetection | ChangeDetectionStrategy.Default |
encapsulation | ViewEncapsulation.None |
selector | eui-header-search |
imports |
FormsModule
EuiIconModule
EuiButtonModule
EuiInputTextModule
EuiInputGroupModule
|
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 : 'impersonating'
|
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')
|