Searched defs:highlightedItems (Results 1 – 8 of 8) sorted by relevance
32 public highlightedItems: string[], property in UiData
45 private highlightedItems: string[] = []; property in Presenter
25 highlightedItems: string[] = []; property in UiData
43 private highlightedItems: string[] = []; property in Presenter
24 highlightedItems: string[] = []; property in ImeUiData
26 highlightedItems: string[] = []; property in UiData
42 private highlightedItems: string[] = []; property in Presenter
184 @Input() set highlightedItems(stableIds: string[]) { method in RectsComponent