We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mostly a quality of life thing, but it's sometimes useful! I think.
Would effectively be the same as <ElementTag.length> == 0 or <ElementTag> == "".
<ElementTag.length> == 0
<ElementTag> == ""
Mostly a quality of life thing, but it's sometimes useful! I think.
Would effectively be the same as
<ElementTag.length> == 0or<ElementTag> == "".