UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

27 lines (26 loc) 1 kB
"use strict"; /** * @namespace Origin * @description Full Feature */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ImbricateOriginFullFeatureWithActionBase = void 0; const feature_1 = require("../feature"); class ImbricateOriginFullFeatureWithActionBase { constructor() { this.supportedFeatures = [ feature_1.IMBRICATE_ORIGIN_FEATURE.ORIGIN_DATABASE_MANAGER, feature_1.IMBRICATE_ORIGIN_FEATURE.ORIGIN_TEXT_MANAGER, feature_1.IMBRICATE_ORIGIN_FEATURE.ORIGIN_STATIC_MANAGER, feature_1.IMBRICATE_ORIGIN_FEATURE.ORIGIN_SEARCH, feature_1.IMBRICATE_ORIGIN_FEATURE.ORIGIN_GET_ORIGIN_ACTIONS, feature_1.IMBRICATE_ORIGIN_FEATURE.ORIGIN_EXECUTE_ORIGIN_ACTION, ]; } getSupportedFeatures() { return Promise.resolve({ features: this.supportedFeatures, }); } } exports.ImbricateOriginFullFeatureWithActionBase = ImbricateOriginFullFeatureWithActionBase;