@sqlrooms/mosaic / TrackedClient
Type Alias: TrackedClient<T>
TrackedClient<
T> =object
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Properties
id
id:
string
client
client:
ReturnType<typeofmakeClient>
createdAt
createdAt:
number
isLoading
isLoading:
boolean
data
data:
T|null
selection?
optionalselection:Selection
queryResultCallback()?
optionalqueryResultCallback: (result) =>void
Parameters
| Parameter | Type |
|---|---|
result | T |
Returns
void
