rendered


renderedbooleanRead-only

Indicates if an element is currently in the DOM structure.

If rendered is true, the element is in the current DOM structure and can be used.

If rendered is false the element is not in the current DOM structure.

An element might not be in the DOM if it is in a slide or a state which is not currently showing.

Was this helpful?
Yes
No