Interface: IContentHighlightingCardApiRenderErrorEvent<CType, CTType>
Event indicating that the invocation of the content highlighting feature's render function failed
Type Parameters
• CTypeextendsIQueueItem
= IQueueItem
Type of queue item displayed
• CTTypeextendsIQueueItem
= IQueueItem
Type of queue item loaded into a viewer instance
Properties
abort
readonly
abort: AbortSignal
Abort signal associated with content highlighting
api
readonly
api: IReviewInterfaceApi
Review Interface API
content
readonly
content: IContentDescription
<CType
, CTType
>
Content associated with the render
error
readonly
error: Error
Error associated with the failure
highlightingApi?
readonly
optional
highlightingApi: 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
readonly
viewerType: string
Viewer type the render function was invoked for