@skyway-sdk/core
Version:
The official Next Generation JavaScript SDK for SkyWay
18 lines • 508 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SkyWayPlugin = void 0;
const common_1 = require("@skyway-sdk/common");
/**@internal */
class SkyWayPlugin {
constructor() {
/**@internal */
this._onContextAttached = new common_1.Event();
}
/**@internal */
_attachContext(context) {
this._context = context;
this._onContextAttached.emit(context);
}
}
exports.SkyWayPlugin = SkyWayPlugin;
//# sourceMappingURL=plugin.js.map