Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 735 Bytes

File metadata and controls

24 lines (13 loc) · 735 Bytes

API

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.

Features

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.