Extends
- Model
Methods
# handleViewJoin(viewId) → {void}
This method is called whenever the ReactModel receives a view-join event.
Parameters:
Name | Type | Description |
---|---|---|
viewId |
string | The id of the view that just connected |
Returns:
- Type
- void
# handleViewExit(viewId) → {void}
This method is called whenever the ReactModel receives a view-exit event.
Parameters:
Name | Type | Description |
---|---|---|
viewId |
string | The id of the view that just left |
Returns:
- Type
- void