A method for creating computed properties on an Manikin modal.
A method for creating a Manikin model based on your provided model name and schema
The class that all Manikin models are extended from.
To keep Manikin models reliable, any property that is not defined in the original schema cannot be set or retrieved. Attempting to do so will result in an error.
Manikin supports using PropTypes to enforce value types within the model, and to enforce the use of specific models.