Options
All
  • Public
  • Public/Protected
  • All
Menu

Holds configuration information about a widget.

Hierarchy

  • WidgetConfig

Index

Constructors

constructor

  • new WidgetConfig(id: string, libraryId: string): WidgetConfig
  • Initializes a new instance of the {@link geocortex.framework.config.WidgetConfig} class.

    Parameters

    • id: string

      The configured ID of this widget.

    • libraryId: string

      The ID of the library that the resources for this widget live in.

    Returns WidgetConfig

Properties

configuration

configuration: any

Configuration materials to pass this view upon initialization.

id

id: string

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

libraryId

libraryId: string

The ID of the library that this view belongs to.

markup

markup: string

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

typeName

typeName: string

The type name of the view instance.

viewModelType

viewModelType: string

The fully-qualified typename of the view model this view will be bound to, if applicable.