Type alias AttrTruthy

AttrTruthy: "" | true

a truthy value assigned to the attribute of an Element will get converted to an empty string "", so that it renders as an attribute without a value. (for instance, the checked attribute of <input type="checkbox" checked />)

Generated using TypeDoc