hidden property

bool? hidden
final

The hidden attribute is a boolean attribute. When present, it specifies that an dom node is not yet, or is no longer, relevant.

Implementation

final bool? hidden;