Logos DX
    Preparing search index...

    Function emit

    • Dispatch a CustomEvent on one or more elements. The event bubbles by default so parent listeners can catch it.

      Parameters

      Returns void

      emit(el, 'widget:open', { chatId: 123 });
      emit([el1, el2], 'ping');