Module: allConstantsValidationMetadata

Contains initialization for all constants validation meta-data.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(inner) addPluginConstantsValidationData(pluginName, constantsValidationData) → {boolean}

Merges plugin defined constants validation data with the system defined constants validation data.

Parameters:
Name Type Description
pluginName string

The name of the current plugin this constants validation data belongs to.

constantsValidationData object

A JSON object that contains the plugin constants validation data that should be merged with the system constants validation data.

Author:
  • Seth Hollingsead
Source:
Returns:

True or False to indicate if the merge was successful or not.

Type
boolean

(inner) initializeAllSystemConstantsValidationData() → {void}

Initializes all of the system constants validation data so that it cn be used to validate all of the constants.

Author:
  • Seth Hollingsead
Source:
Returns:
Type
void