Class that stores the model data for the SnConfigModel's fields, it's values are, filled by the SnConfigField decorator.
Adds a new model to the store
error if a field with the same name already exists
The field model to be added
Checks if the store contains value with the specified field
fieldName {string} The field's name to search for
Returns an entry for the specified field
error {error} if the store doesn't contain entry for the field.
Gets the fields which are available for command line option input
The listof the fields
Generated using TypeDoc
Class that stores the model data for the SnConfigModel's fields, it's values are, filled by the SnConfigField decorator.