Variable rowyRunAtomConst

rowyRunAtom: Atom<((__namedParameters: IRowyRunRequestProps) => Promise<any>)> = ...

An atom that returns a function to call Rowy Run endpoints using the URL defined in project settings and retrieving a JWT token.

Returns false if user not signed in or Rowy Run not set up.

Example

Basic usage:

const [rowyRun] = useAtom(rowyRunAtom, projectScope);
...
await rowyRun(...);

Generated using TypeDoc