Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAppProps

App component properties

export
interface

IAppProps

Hierarchy

  • IAppProps

Index

Properties

agent

agent: object

Agent configuration

type

{{ uri: string, kind?: ClientKind }}

Type declaration

Optional externalBaseLayers

externalBaseLayers: IExternalBaseLayer[]

fusionRoot

fusionRoot: string

The base URL for fusion. Used to determine the paths to the PHP backends for servicing tools like buffer/theme/featureinfo/redline/theme/etc

initialElementVisibility

initialElementVisibility: object

Defines initial element visibility

type

{{ taskpane: boolean; legend: boolean; selection: boolean; }}

Type declaration

layout

layout: string

resourceId

resourceId: string

A resource id to a Map Definition or Application Definition. If passing a Map Definition, a default viewer layout will be created

type

{string}

Optional session

session: undefined | string

A session id to init this viewer with

Generated using TypeDoc