# Interface: ContextConfiguration<TState>
FlowCoreContext configuration.
# Type parameters
Name | Default | Description |
---|---|---|
TState | any | Type of application state object. |
# Hierarchy
- ContextConfiguration
# Properties
# apiKey
• apiKey: string
Flo.w Engine API key.
# enableDebug
• Optional
enableDebug: boolean
Set to true
to enable web developer console debugging.
# host
• Optional
host: string
Flo.w Engine host.
# id
• Optional
id: string
Context ID.
# initialState
• Optional
initialState: TState
Initial application state.