UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

23 lines (22 loc) 891 B
"use strict"; /** * @author WMXPY * @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, ]; } } exports.ImbricateOriginFullFeatureWithActionBase = ImbricateOriginFullFeatureWithActionBase;