Interface: UseMachinesOptions
Defined in: composables/vue/useMachines.ts:65
Properties
graphqlClient?
optionalgraphqlClient?:GraphQLClient
Defined in: composables/vue/useMachines.ts:67
SDK client. Without it the composable stays idle.
imageVariantFilters?
optionalimageVariantFilters?:unknown
Defined in: composables/vue/useMachines.ts:80
Image transformation for the card thumbnail — the TransformationsInput!
the schema requires on imageVariants(input:). Without it the query fails
validation. Pass config.imageVariantFiltersMedium (same value the node
query uses).
language?
optionallanguage?:Ref<string|undefined,string|undefined>
Defined in: composables/vue/useMachines.ts:73
Language the machine TREE is authored in (usually EN).
source?
optionalsource?:Ref<string|undefined,string|undefined>
Defined in: composables/vue/useMachines.ts:69
External system the machine ids belong to (pairs with each id).
sourceIds?
optionalsourceIds?:Ref<string[] |undefined,string[] |undefined>
Defined in: composables/vue/useMachines.ts:71
Installation ids (from the MY_INSTALLATIONS company track attribute).