Function onChangeDispatchEvent

  • Similar to onChange but dispatches an event instead of calling a function. Requires dispatchEvent to be defined on the target.

    Parameters

    • Optional eventName: string

      The name of the event to dispatch. Default: 'key-changed'

    Returns PropertyDecorator

Generated using TypeDoc