Last date modified: 2025-Jul-02

Type Alias: ContentHighlightingCardVisibleFn()<CType, CTType>

ContentHighlightingCardVisibleFn<CType, CTType>: (params) => boolean

Function to be called by the Content Highlighting Framework to determine whether a content highlighting card should be visible or hidden

Type Parameters

CTypeextendsIQueueItem = IQueueItem

Content description queue item type (defaults to IQueueItem)

CTTypeextendsIQueueItem = IQueueItem

Content description item loaded in viewer item type (defaults to IQueueItem)

Parameters

params: IContentHighlightingCardVisibleFnParameters<CType, CTType>

Card visible function parameters

Returns

boolean

Boolean indicating whether the card should be visible or not

Return to top of the page
Feedback