MIDDLEWARE_PHASES
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/state/core/stateMiddleware / MIDDLEWARE_PHASES
Variable: MIDDLEWARE_PHASES
constMIDDLEWARE_PHASES: {AFTER_GET:string;AFTER_SET:string;BEFORE_GET:string;BEFORE_SET:string;ON_ERROR:string;ON_SUBSCRIBE:string;ON_UNSUBSCRIBE:string; }
Defined in: utils/state/core/stateMiddleware.js:49
Middleware execution order
Type Declarationβ
AFTER_GETβ
AFTER_GET:
string="afterGet"
AFTER_SETβ
AFTER_SET:
string="afterSet"
BEFORE_GETβ
BEFORE_GET:
string="beforeGet"
BEFORE_SETβ
BEFORE_SET:
string="beforeSet"
ON_ERRORβ
ON_ERROR:
string="onError"
ON_SUBSCRIBEβ
ON_SUBSCRIBE:
string="onSubscribe"
ON_UNSUBSCRIBEβ
ON_UNSUBSCRIBE:
string="onUnsubscribe"