Interface: UseMachinesReturn
Defined in: composables/vue/useMachines.ts:83
Properties
fetchMachines
fetchMachines: () =>
Promise<void>
Defined in: composables/vue/useMachines.ts:89
Re-run the fetch.
Returns
Promise<void>
isLoading
isLoading:
Ref<boolean>
Defined in: composables/vue/useMachines.ts:87
true while the concat request is in flight.
machines
machines:
ComputedRef<SparePartsMachine[]>
Defined in: composables/vue/useMachines.ts:85
Resolved installations, in sourceIds order, nulls dropped.