This node property will make the subject hidden, setting the isHidden field to true.
If set to false, the effect is reversed and the node is set to be visible instead.
import fluid.label; auto myLabel = label(.hidden, "The user will never see this label"); myLabel.draw(); // doesn't draw anything!
Node.isHidden
See Implementation
This node property will make the subject hidden, setting the isHidden field to true.