geoview-core
Preparing search index...
IAppState
Interface IAppState
interface
IAppState
{
actions
:
{
addMessage
:
(
type
:
SnackbarType
,
messageKey
:
string
,
param
?:
string
[]
,
)
=>
void
;
addNotification
:
(
notif
:
NotificationDetailsType
)
=>
void
;
removeAllNotifications
:
()
=>
void
;
removeNotification
:
(
key
:
string
)
=>
void
;
setCrosshairActive
:
(
active
:
boolean
)
=>
void
;
setDisplayLanguage
:
(
lang
:
TypeDisplayLanguage
)
=>
Promise
<
void
>
;
setDisplayTheme
:
(
theme
:
TypeDisplayTheme
)
=>
void
;
setFullScreenActive
:
(
active
:
boolean
,
element
?:
TypeHTMLElement
)
=>
void
;
}
;
disabledLayerTypes
:
TypeInitialGeoviewLayerType
[]
;
displayLanguage
:
TypeDisplayLanguage
;
displayTheme
:
TypeDisplayTheme
;
geolocatorServiceURL
:
string
|
undefined
;
geoviewAssetsURL
:
string
;
geoviewHTMLElement
:
HTMLElement
;
guide
:
TypeGuideObject
|
undefined
;
height
:
number
;
isCircularProgressActive
:
boolean
;
isCrosshairsActive
:
boolean
;
isFullscreenActive
:
boolean
;
metadataServiceURL
:
string
|
undefined
;
notifications
:
NotificationDetailsType
[]
;
setDefaultConfigValues
:
(
geoviewConfig
:
TypeMapFeaturesConfig
)
=>
void
;
setterActions
:
{
setCircularProgress
:
(
active
:
boolean
)
=>
void
;
setCrosshairActive
:
(
active
:
boolean
)
=>
void
;
setDisplayLanguage
:
(
lang
:
TypeDisplayLanguage
)
=>
void
;
setDisplayTheme
:
(
theme
:
TypeDisplayTheme
)
=>
void
;
setFullScreenActive
:
(
active
:
boolean
)
=>
void
;
setGuide
:
(
guide
:
TypeGuideObject
)
=>
void
;
setNotifications
:
(
notifications
:
NotificationDetailsType
[]
)
=>
void
;
}
;
showUnsymbolizedFeatures
:
boolean
;
}
Index
Properties
actions
disabled
Layer
Types
display
Language
display
Theme
geolocator
Service
URL
geoview
Assets
URL
geoview
HTML
Element
guide
height
is
Circular
Progress
Active
is
Crosshairs
Active
is
Fullscreen
Active
metadata
Service
URL
notifications
set
Default
Config
Values
setter
Actions
show
Unsymbolized
Features
Properties
actions
actions
:
{
addMessage
:
(
type
:
SnackbarType
,
messageKey
:
string
,
param
?:
string
[]
,
)
=>
void
;
addNotification
:
(
notif
:
NotificationDetailsType
)
=>
void
;
removeAllNotifications
:
()
=>
void
;
removeNotification
:
(
key
:
string
)
=>
void
;
setCrosshairActive
:
(
active
:
boolean
)
=>
void
;
setDisplayLanguage
:
(
lang
:
TypeDisplayLanguage
)
=>
Promise
<
void
>
;
setDisplayTheme
:
(
theme
:
TypeDisplayTheme
)
=>
void
;
setFullScreenActive
:
(
active
:
boolean
,
element
?:
TypeHTMLElement
)
=>
void
;
}
disabled
Layer
Types
disabledLayerTypes
:
TypeInitialGeoviewLayerType
[]
display
Language
displayLanguage
:
TypeDisplayLanguage
display
Theme
displayTheme
:
TypeDisplayTheme
geolocator
Service
URL
geolocatorServiceURL
:
string
|
undefined
geoview
Assets
URL
geoviewAssetsURL
:
string
geoview
HTML
Element
geoviewHTMLElement
:
HTMLElement
guide
guide
:
TypeGuideObject
|
undefined
height
height
:
number
is
Circular
Progress
Active
isCircularProgressActive
:
boolean
is
Crosshairs
Active
isCrosshairsActive
:
boolean
is
Fullscreen
Active
isFullscreenActive
:
boolean
metadata
Service
URL
metadataServiceURL
:
string
|
undefined
notifications
notifications
:
NotificationDetailsType
[]
set
Default
Config
Values
setDefaultConfigValues
:
(
geoviewConfig
:
TypeMapFeaturesConfig
)
=>
void
setter
Actions
setterActions
:
{
setCircularProgress
:
(
active
:
boolean
)
=>
void
;
setCrosshairActive
:
(
active
:
boolean
)
=>
void
;
setDisplayLanguage
:
(
lang
:
TypeDisplayLanguage
)
=>
void
;
setDisplayTheme
:
(
theme
:
TypeDisplayTheme
)
=>
void
;
setFullScreenActive
:
(
active
:
boolean
)
=>
void
;
setGuide
:
(
guide
:
TypeGuideObject
)
=>
void
;
setNotifications
:
(
notifications
:
NotificationDetailsType
[]
)
=>
void
;
}
show
Unsymbolized
Features
showUnsymbolizedFeatures
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
disabled
Layer
Types
display
Language
display
Theme
geolocator
Service
URL
geoview
Assets
URL
geoview
HTML
Element
guide
height
is
Circular
Progress
Active
is
Crosshairs
Active
is
Fullscreen
Active
metadata
Service
URL
notifications
set
Default
Config
Values
setter
Actions
show
Unsymbolized
Features
geoview-core
Loading...