klf-200-api
    Preparing search index...

    Class ComponentAbstract

    Hierarchy (View Summary)

    Implements

    • Disposable
    Index

    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: keyof Component

        Name of the property that has changed.

      Returns Promise<void>