($highlight)=“highlight”
has to be on the same element you’re triggering the event on
<chat-service {_id}="{_id}" {^is-loading}="./isLoading" {^is-enabled}="./isEnabled" {(is-expanded)}="./isExpanded" {is-focused}="./isFocused" {(is-opened)}="./isOpened" {isMobile}="./isMobile">
{{>chat/views/core}}
</chat-service>