UNPKG

@pilotlab/data

Version:

A luxurious user experience framework, developed by your friends at Pilot.

14 lines 646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const nodes_1 = require("@pilotlab/nodes"); const attribute_1 = require("../attribute"); const attributeBase_1 = require("../attributeBase"); const attributeEnums_1 = require("../attributeEnums"); class AttributeRegExp extends attributeBase_1.default { constructor(value = /(.*?)/, label, key) { super(attribute_1.default.create, value, attributeEnums_1.DataType.REG_EXP, label, key, nodes_1.NodeType.BASIC, true); } } // End class exports.AttributeRegExp = AttributeRegExp; exports.default = AttributeRegExp; //# sourceMappingURL=attributeRegExp.js.map