Skip to content

@sqlrooms/mosaic / TrackedClient

Type Alias: TrackedClient<T>

TrackedClient<T> = object

Type Parameters

Type ParameterDefault type
Tunknown

Properties

id

id: string


client

client: ReturnType<typeof makeClient>


createdAt

createdAt: number


isLoading

isLoading: boolean


data

data: T | null


selection?

optional selection: Selection


queryResultCallback()?

optional queryResultCallback: (result) => void

Parameters

ParameterType
resultT

Returns

void