Options
All
  • Public
  • Public/Protected
  • All
Menu

DevoApp operations.

Hierarchy

  • IDevoApp

Index

Methods

  • getAlertsClient(): Promise<IClient>
  • goToQuery(query: Query): Promise<void>
  • Calls Devo webcore to move current routing into 'search query' tab with specified query.

    Parameters

    • query: Query

      query to be set in the search query tab

    Returns Promise<void>

  • setAppUnmountCallback(cb: (() => void)): void
  • Set the unmount callback to be called when the app is unmounted by Devo WebCore.

    Parameters

    • cb: (() => void)
        • (): void
        • Returns void

    Returns void

Generated using TypeDoc