Options for EaiwsSession.open()

Hierarchy

  • OpenSessionOptions

Properties

dataDomain?: string

data domain for this session, used from project store

keepAliveInterval?: null | number

Interval in milliseconds which is used to call keepAlive() at the session. A value of 0 or null will disabled the autmoatic keep alive handling. (default: 60000)

locale?: string

optional locale which can be used to override the locale defined in the startup file

packageGroups?: string

list of package groups for the session

startup?: string

name of the startup file for the session

userToken?: string

user token which will be used to authorize the session

Generated using TypeDoc