Type alias AttrFalsy

AttrFalsy: null | undefined | false

a falsy value assigned to the attribute of an Element will cause it to detach.
but when converted to non-falsy value, then it will get reattached to its original parent element.

Generated using TypeDoc