@imbricate/core
Version:
Imbricate Core, Notebook for Engineers
19 lines (18 loc) • 608 B
JavaScript
;
/**
* @author WMXPY
* @namespace TextManager
* @description Full Feature
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImbricateTextManagerFullFeatureBase = void 0;
const feature_1 = require("../feature");
class ImbricateTextManagerFullFeatureBase {
constructor() {
this.supportedFeatures = [
feature_1.IMBRICATE_TEXT_MANAGER_FEATURE.TEXT_MANAGER_GET_TEXT,
feature_1.IMBRICATE_TEXT_MANAGER_FEATURE.TEXT_MANAGER_CREATE_TEXT,
];
}
}
exports.ImbricateTextManagerFullFeatureBase = ImbricateTextManagerFullFeatureBase;