Skip to content

Explore attribute auto-attach just by using observedAttributes #30

@vsmid

Description

@vsmid

This enhancement remove the need to also manually create property.

example:

customElement('my-el', {
Authenticated: false, // this feature would remove the need for this property
observedAttributes:["authenticated"],
});

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions