• Returns ((...args: [sampleId: string]) => Promise<void>)

      • (...args: [sampleId: string]): Promise<void>
      • Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.

        Parameters

        • Rest ...args: [sampleId: string]

        Returns Promise<void>

Generated using TypeDoc