AboutSupportDeveloper GuideVersion 18.0.9

Type alias ResultDispatchListener

ResultDispatchListener: ((result) => void)

Type declaration

    • (result): void
    • A listener called when a search result generated by this provider is dispatched.

      searchTopic.dispatch("My Provider Name", searchResult, "My Action");
      

      Parameters

      Returns void