ern-api-gen
Version:
Electrode Native API generator
14 lines • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Property_1 = require("./Property");
class StringProperty extends Property_1.Property {
}
StringProperty.TYPE = 'string';
StringProperty.allowedProps = [
...Property_1.Property.allowedProps,
'minLength',
'maxLength',
'pattern',
];
exports.StringProperty = StringProperty;
//# sourceMappingURL=StringProperty.js.map