@samply/lens
    Preparing search index...

    Class Spot

    Index

    Constructors

    Methods

    Constructors

    Methods

    • sends the query to beam and updates the store with the results

      Parameters

      • query: string

        the query as base64 encoded string

      • updateResponse: (response: ResponseStore) => void

        the function to update the response store

      • controller: AbortController

        the abort controller to cancel the request

      Returns Promise<void>