Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ViewConfigInterface

Implemented by

Index

Properties

Optional configuration

configuration: any

Configuration materials to pass this view upon initialization.

Optional description

description: string

A description of this view.

Optional iconUri

iconUri: string

An image URI to use an icon when displaying or managing this view.

Optional isManaged

isManaged: boolean

Whether or not this view allows itself to be "managed" by a component such as a toolbar.

Optional isVisible

isVisible: boolean

Whether or not this view is initially visible. Views that are initially visible will typically get activated when hosted.

Optional libraryId

libraryId: string

The ID of the library that this view belongs to.

Optional markupResource

markupResource: string

An HTML resource key into the {@link geocortex.framework.application.ResourceManager} that will be used to load the view UI.

Optional moduleName

moduleName: string

The name of the module that this view belongs to.

Optional regionName

regionName: string

The name of the region to host this view into once activated.

Optional title

title: string

The title to give the view upon creation.

Optional typeName

typeName: string

The type name of the view instance.

Optional viewId

viewId: string

The ID of the view represented by this {@link geocortex.framework.config.ViewConfig} object.

Optional viewModel

viewModel: ViewModelBase

An instance of a view model to bind this view to.

Optional viewModelId

viewModelId: string

An ID of a view model to bind this view to.