HighlightsComponent

August 10, 2023 ยท View on GitHub

MethodParametersReturnsDescription
getHighlightsHighlight[]Returns the highlights from the highlightsModel
setHighlightshighlights: Highlight[] - An array of Highlight objects to be set as the highlights of the model.voidSets the highlights of the highlights model.
setHighlightsVisiblevisible: boolean - A boolean value indicating whether the highlights should be visible or not. Default value is true.voidSets the visibility of the highlights component.
observeHighlightsUpdatedObservable<Highlight[]>Returns an observable that emits when the highlights are updated.