UNPKG

@rontian/egret-robotlegs

Version:

Egret View Integration with RobotlegsJS

17 lines (16 loc) 437 B
import { IContext, IExtension } from "@robotlegsjs/core"; /** * This extension installs a shared IMediatorMap into the context */ export declare class MediatorMapExtension implements IExtension { private _injector; private _mediatorMap; private _viewManager; /** * @inheritDoc */ extend(context: IContext): void; private beforeInitializing; private beforeDestroying; private whenDestroying; }