Last date modified: 2025-Jul-02

Interface: IViewerChoice

Class representing a ViewerType option for a given IViewerCollection

Properties

action()

action: () => void

Action taken when the choice is chosen by the user

Returns

void


isEnabled

isEnabled: boolean

Whether the choice is enabled or not


isVisible

isVisible: boolean

Whether the choice is visible or not


label

label: string

Display name of the viewer type choice


viewerType

viewerType: string

Viewer type

Return to top of the page
Feedback