GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/config/geoleaf-config/config-types
ConfigInitOptions
Interface ConfigInitOptions
Options for Config.init()
interface
ConfigInitOptions
{
config
?:
GeoLeafConfig
;
url
?:
string
;
headers
?:
Record
<
string
,
string
>
;
strictContentType
?:
boolean
;
autoEvent
?:
boolean
;
onLoaded
?:
(
config
:
GeoLeafConfig
)
=>
void
;
onError
?:
(
err
:
Error
)
=>
void
;
profileId
?:
string
;
}
Index
Properties
config?
url?
headers?
strict
Content
Type?
auto
Event?
on
Loaded?
on
Error?
profile
Id?
Properties
Optional
config
config
?:
GeoLeafConfig
Optional
url
url
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
strict
Content
Type
strictContentType
?:
boolean
Optional
auto
Event
autoEvent
?:
boolean
Optional
on
Loaded
onLoaded
?:
(
config
:
GeoLeafConfig
)
=>
void
Optional
on
Error
onError
?:
(
err
:
Error
)
=>
void
Optional
profile
Id
profileId
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
url
headers
strict
Content
Type
auto
Event
on
Loaded
on
Error
profile
Id
GeoLeaf Core API - v3.0.0
Loading...
Options for Config.init()