UNPKG

@pilotlab/data

Version:

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

14 lines 649 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 AttributeBoolean extends attributeBase_1.default { constructor(value = false, label, key) { super(attribute_1.default.create, value, attributeEnums_1.DataType.BOOLEAN, label, key, nodes_1.NodeType.BASIC, true); } } // End class exports.AttributeBoolean = AttributeBoolean; exports.default = AttributeBoolean; //# sourceMappingURL=attributeBoolean.js.map