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