Skip to content

@sqlrooms/mosaic / TrackedClient

Type Alias: TrackedClient

TrackedClient = object

Properties

id

id: string


client

client: ReturnType<typeof makeClient>


createdAt

createdAt: number


isLoading

isLoading: boolean


data

data: unknown | null


error?

optional error?: Error


selection?

optional selection?: Selection


queryResultCallback?

optional queryResultCallback?: (result) => void

Parameters

ParameterType
resultArrowTable

Returns

void