Optional
blkOptional
cfgCDN endpoint for fetching configuration. If cfgUrl is defined, instance will NOT listen to core configuration changes.
Optional
customEvent name for sending or listening to configuration change details
Optional
nonWhen current instance is set with syncMode: Receive
, config fields under nonOverrideConfigs will NOT be changed by any config details sent out from other instances.
NOTE: this config will be ONLY applied during initialization, so it won't be changed dynamically
Optional
onOverrides callback function to handle event details when changes are received via event listener.
Optional
overrideOverrides fetch function to get config from cfgUrl when cfgUrl is defined.
Optional
overrideOverrides sync() function to broadcast changes.
Optional
scheduleIdentifies the time interval (in milliseconds) for fetching config details from cfgUrl when cfgUrl is defined. Default to 30 mins, 30601000ms. If set to 0, the fetch operation will only be called once during initialization.
Optional
syncIdentifies whether instance should receive or broadcast config changes
Determines if fetching the CDN endpoint should be blocked or not.