operations property

  1. @protected
Map<TEvent, Function> operations

Collection of your backend's operations, which will be executed on events from frontend

Implementation

@protected
Map<TEvent, Function> get operations;