Class ComponentAbstract

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

propertyChangedEvent: TypedEvent<PropertyChangedEvent> = ...

The event will be emitted when any of the public properties has changed. The event object contains a reference to the product, the name of the property that has changed and the new value of that property.

Methods

  • Protected

    This method emits the property changed event for the provided property name.

    Parameters

    • propertyName: "propertyChangedEvent"

      Name of the property that has changed.

    Returns Promise<void>