-
Notifications
You must be signed in to change notification settings - Fork 16
Component methods
Filatov Dmitry edited this page Feb 18, 2018
·
14 revisions
void setState(
Object state
)
Sets the current state and schedules updating (except cases of calling it inside onInit
and onChange
lifecycle methods) of a component. The given state will be merged with the current state.
Boolean isMounted()
Returns whether a component is mounted to the DOM.
void update()
Schedules update of a component.