Skip to content

split attributeChangedCallback in two functions #263

@timomayer

Description

@timomayer

i liked @vascocosta-vi suggestion to split up

  attributeChangedCallback(name, previous, current) {
    super.attributeChangedCallback(name, previous, current);
    console.log('third', name);
  }

into two functions suggestion
attributeBeforeChangeCallback
attributeChangedCallback

@tiagomapmarques @SheepFromHeaven ?

Metadata

Metadata

Labels

featureNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions