OptionalblkOptionalcfgCDN endpoint for fetching configuration. If cfgUrl is defined, instance will NOT listen to core configuration changes.
OptionalcustomEvent name for sending or listening to configuration change details
OptionalnonWhen 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
OptionalonOverrides callback function to handle event details when changes are received via event listener.
OptionaloverrideOverrides fetch function to get config from cfgUrl when cfgUrl is defined.
OptionaloverrideOverrides sync() function to broadcast changes.
OptionalscheduleIdentifies 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.
OptionalsyncIdentifies whether instance should receive or broadcast config changes
Determines if fetching the CDN endpoint should be blocked or not.