IViewRegistrationOptions interface

Member of ININ.Addins.UI.Views Since 2016 R1 API Version 1

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

Since 2016 R1 API Version 1

The localized description of the view.

displayName :String

Since 2016 R1 API Version 1

The localized display name of the view.

iconUrl :String

Since 2017 R4 API Version 5

The URL of the icon to show in the view tab.

Default Value:
  • undefined

pageUrl :String

Since 2016 R1 API Version 1

The URL of the page to load for each instance of the view.

singleInstance :Boolean

Since 2016 R3 API Version 2

Restricts the view to only a single instance.

Default Value:
  • false

viewId :String

Since 2016 R1 API Version 1

The unique identifier of the view.