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