Directus / @directus/composables / GroupableOptions
Type Alias: GroupableOptions ​
GroupableOptions:
object
Defined in: use-groupable.ts:14
Used to make child item part of the group context. Needs to be used in a component that is a child of a component that has the useGroupableParent composition enabled
Type declaration ​
active? ​
optionalactive:Ref<boolean>
group? ​
optionalgroup:string
value? ​
optionalvalue:string|number
watch? ​
optionalwatch:boolean