tasks property

  1. @protected
Map<TEvent, Function> tasks

Functions (tasks), which will executed by frontend on accordingly to events from backend

Implementation

@protected
Map<TEvent, Function> get tasks;