Skip to main content

Interface: UseMachinesOptions

Defined in: composables/vue/useMachines.ts:65

Properties

graphqlClient?

optional graphqlClient?: GraphQLClient

Defined in: composables/vue/useMachines.ts:67

SDK client. Without it the composable stays idle.


imageVariantFilters?

optional imageVariantFilters?: 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?

optional language?: Ref<string | undefined, string | undefined>

Defined in: composables/vue/useMachines.ts:73

Language the machine TREE is authored in (usually EN).


source?

optional source?: Ref<string | undefined, string | undefined>

Defined in: composables/vue/useMachines.ts:69

External system the machine ids belong to (pairs with each id).


sourceIds?

optional sourceIds?: Ref<string[] | undefined, string[] | undefined>

Defined in: composables/vue/useMachines.ts:71

Installation ids (from the MY_INSTALLATIONS company track attribute).