Preparing search index...
The search index is not available
vwo-fme-node-sdk
vwo-fme-node-sdk
models/VWOOptionsModel
IVWOOptions
Interface IVWOOptions
interface
IVWOOptions
{
accountId
:
string
;
gatewayService
?:
IGatewayService
;
integrations
?:
IIntegrationOptions
;
isDevelopmentMode
?:
boolean
;
logger
?:
LogManager
;
network
?:
INetworkOptions
;
pollInterval
?:
number
;
sdkKey
:
string
;
segmentation
?:
SegmentEvaluator
;
storage
?:
Record
<
any
,
any
>
|
Connector
;
vwoBuilder
?:
IVWOBuilder
;
}
Implemented by
VWOOptionsModel
Index
Properties
account
Id
gateway
Service?
integrations?
is
Development
Mode?
logger?
network?
poll
Interval?
sdk
Key
segmentation?
storage?
vwo
Builder?
Properties
account
Id
account
Id
:
string
Optional
gateway
Service
gateway
Service
?:
IGatewayService
Optional
integrations
integrations
?:
IIntegrationOptions
Optional
is
Development
Mode
is
Development
Mode
?:
boolean
Optional
logger
logger
?:
LogManager
Optional
network
network
?:
INetworkOptions
Optional
poll
Interval
poll
Interval
?:
number
sdk
Key
sdk
Key
:
string
Optional
segmentation
segmentation
?:
SegmentEvaluator
Optional
storage
storage
?:
Record
<
any
,
any
>
|
Connector
Optional
vwo
Builder
vwo
Builder
?:
IVWOBuilder
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
account
Id
gateway
Service
integrations
is
Development
Mode
logger
network
poll
Interval
sdk
Key
segmentation
storage
vwo
Builder
vwo-fme-node-sdk
Loading...