We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From https://github.com/phetsims/phet-io/issues/1774, we should create IO Types that can correctly capture the schema of the state objects.
// TODO: Provide IO Types to specify these schemas instead of ObjectLiteralIO, see https://github.com/phetsims/phet-io/issues/1774 // Shaped like this: // { // position: Vector3.Vector3IO, // velocity: Vector3.Vector3IO, // isLonePair: BooleanIO, // element: NullableIO( StringIO ), // isCentralAtom: BooleanIO // } groups: ArrayIO( ObjectLiteralIO ), // Shaped like this: // { // a: NumberIO, // b: NumberIO, // order: NumberIO, // length: NumberIO // } bonds: ArrayIO( ObjectLiteralIO ),
The text was updated successfully, but these errors were encountered:
Move TODO from phetsims/phet-io#1774 to #183
631b7de
186b17e
State schema improvements, see #183
8bba72b
Handled above, closing.
Sorry, something went wrong.
jonathanolson
No branches or pull requests
From https://github.com/phetsims/phet-io/issues/1774, we should create IO Types that can correctly capture the schema of the state objects.
The text was updated successfully, but these errors were encountered: