core/search/highlight.component.ts
selector | c8y-highlight |
template |
|
Properties |
Methods |
Inputs |
elementClass |
Type : string
|
Default value : 'text-info'
|
pattern |
Type : string
|
Default value : ''
|
shouldTrimPattern |
Type : boolean
|
Default value : false
|
text |
Type : string
|
Default value : ''
|
ngOnChanges |
ngOnChanges()
|
Returns :
void
|
container |
Type : ElementRef
|
Decorators :
@ViewChild('text', {read: ElementRef, static: true})
|
highlightedText |
Type : string
|
Default value : ''
|