Members
- 
			<static> isInited :boolean
- 
	DescriptionFlag indicating whether the Data Driven Configurator Extension has been fully initialized. 
 This is set to true after all dependent components have completed their initialization.Details
Methods
- 
			<static> forgetLastValueDefinedByUserForAttributes( attributes )
- 
	DescriptionBy default, this method does nothing more than propagating the call to dataDrivenConfigurator.forgetLastValueDefinedByUserForAttributes. It is meant to be adjusted as needed. ParametersName Type Default Description attributesArray.<object> The list of attributes for which data driven should forget previous user defined values. If null, the values of all attributes will be forgotten.Details
- 
			<static> getStatus() → {dataDrivenConfigurator.attributesStatus}
- 
	DescriptionBy default, this method does nothing more than propagating the call to dataDrivenConfigurator.getStatus. It is meant to be adjusted as needed. ReturnsDetails
- 
			<static> setConfiguration( configurationObject [, options ] )
- 
	DescriptionBy default, this method does nothing more than propagating the call to dataDrivenConfigurator.setConfiguration. It is meant to be adjusted as needed. ParametersName Type Attributes Default Description configurationObjectobject A configuration object containing the attributes to set and their values optionsobject <optional> Since 0.3.3 Options as how the configuration should be set. Name Type Attributes Default Description repercussionConfigPropagationModedataDrivenConfigurator.repercussionConfigPropagationMode <optional> async The way the repercussion configuration object should be propagated. repercussionConfigDelayedPropagationModeDelaydataDrivenConfigurator.repercussionConfigDelayedPropagationModeDelay <optional> 1 Delay in milliseconds to apply when repercussionConfigPropagationMode is set to delayed.Details
- 
			<static> simulateSetConfiguration()
- 
	DescriptionBy default, this method does nothing more than propagating the call to dataDrivenConfigurator.simulateSetConfiguration. It is meant to be adjusted as needed. Details
- 
			<static> unload()
- 
	DescriptionUnloads everything related to the data driven extension and the data driven. If used in addition to the player’s native unload, the data driven code’s one should be called first. Exampleswindow.dataDrivenConfiguratorExtension.unload(); player.unload();Details
Events
- 
			dataDrivenConfiguratorExtensionIsInited
- 
	DescriptionFired when the Data Driven Configurator Extension has inited. PropertiesName Type Description detailobject A holder. Name Type Description versionstring The version of the Data Driven Configurator Extension code that has been inited. Details