Last date modified: 2025-Jul-02
Interface: IContentHighlightingCardApiRenderCompleteEvent<CType, CTType>
Event indicating that the invocation of the content highlighting feature's render function has completed
Type Parameters
• CTypeextendsIQueueItem = IQueueItem
Type of queue item displayed
• CTTypeextendsIQueueItem = IQueueItem
Type of queue item loaded into a viewer instance
Properties
abort
readonlyabort:AbortSignal
Abort signal associated with content highlighting
api
readonlyapi:IReviewInterfaceApi
Review Interface API
content
readonlycontent:IContentDescription<CType,CTType>
Content associated with the render
highlightingApi?
readonlyoptionalhighlightingApi:IContentHighlightingApi
Content highlighting API instance for the content (if available)
This will be undefined if the content type is ContentType.CollectionError or ContentType.EmptyQueue or if the relevant viewer type does not support content highlighting.
viewerType
readonlyviewerType:string
Viewer type the render function was invoked for