mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1769] Added JSDocs for directives (#2964)
This commit is contained in:
committed by
Eugenio Romano
parent
d731cc651c
commit
b45048b5ed
@@ -25,12 +25,15 @@ import { HighlightTransformService, HightlightTransformResult } from '../service
|
||||
})
|
||||
export class HighlightDirective {
|
||||
|
||||
/** Class selector for highlightable elements. */
|
||||
@Input('adf-highlight-selector')
|
||||
selector: string = '';
|
||||
|
||||
/** Text to highlight. */
|
||||
@Input('adf-highlight')
|
||||
search: string = '';
|
||||
|
||||
/** CSS class used to apply highlighting. */
|
||||
@Input('adf-highlight-class')
|
||||
classToApply: string = 'adf-highlight';
|
||||
|
||||
|
Reference in New Issue
Block a user