dojo / interfaces

🚀 Dojo 2 - common interfaces and types.
http://dojo.io
Other
1 stars 14 forks source link

Update `state` and `setState` use 'Partial' type #54

Closed agubler closed 7 years ago

agubler commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

Make state a Partial on the StatefulMixin, remove state from options and convert setState to property setter.

For support of https://github.com/dojo/widgets/issues/176