Skip to main content

Interface: UseMachinesReturn

Defined in: composables/react/useMachines.ts:91

Properties

fetchMachines

fetchMachines: () => Promise<void>

Defined in: composables/react/useMachines.ts:97

Re-run the fetch.

Returns

Promise<void>


isLoading

isLoading: boolean

Defined in: composables/react/useMachines.ts:95

true while the concat request is in flight.


machines

machines: SparePartsMachine[]

Defined in: composables/react/useMachines.ts:93

Resolved installations, in sourceIds order, nulls dropped.