Represents the view registration options to be passed to ININ.Addins.UI.Views.registerView
in order to register a view with the application.
Members
description :String
The localized description of the view.
displayName :String
The localized display name of the view.
iconUrl :String
The URL of the icon to show in the view tab.
- Default Value:
- undefined
pageUrl :String
The URL of the page to load for each instance of the view.
singleInstance :Boolean
Restricts the view to only a single instance.
- Default Value:
- false
viewId :String
The unique identifier of the view.