Options
All
  • Public
  • Public/Protected
  • All
Menu

The UI aptitude gives access to the Olive helps search bar

Hierarchy

  • UI

Index

Methods

  • listenGlobalSearch(cb: (val: string) => void): Promise<Cancellable>
  • Creates a stream receiving updates whenever the user enters a search in the Olive Helps Global Search.

    Parameters

    • cb: (val: string) => void

      The callback function called when an update to the global searchbar occurs.

        • (val: string): void
        • Parameters

          • val: string

          Returns void

    Returns Promise<Cancellable>

  • listenSearchbar(cb: (val: string) => void): Promise<Cancellable>
  • Creates a stream receiving updates whenever the user enters a search in the Olive Helps Searchbar.

    Parameters

    • cb: (val: string) => void

      The callback function called when an update to the searchbar occurs.

        • (val: string): void
        • Parameters

          • val: string

          Returns void

    Returns Promise<Cancellable>

  • loopOpenHandler(callback: () => void): void
  • Registers a handler function for the Olive Helps Loop Open Button

    Parameters

    • callback: () => void

      Function called when Loop Open Button is pressed in Olive Helps

        • (): void
        • Returns void

    Returns void

Generated using TypeDoc