Gets the enabled state of the entity.
Whether the entity is enabled.
Sets the enabled state of the entity.
Whether the entity is enabled.
Gets the name of the entity.
The name of the entity.
Sets the name of the entity.
The name of the entity.
Gets the tags of the entity.
The tags of the entity.
Sets the tags of the entity.
The tags of the entity.
Protected
_onCalled when the element is fully initialized and ready. Subclasses should call this when they're ready.
Returns a promise that resolves with this element when it's ready.
A promise that resolves with this element when it's ready.
The EntityElement interface provides properties and methods for manipulating
<pc-entity>
elements. The EntityElement interface also inherits the properties and methods of the HTMLElement interface.