Appearance
Documentation / @geoverse/vue / UseAttributeFilter
Interface: UseAttributeFilter
Defined in: composables/attributes.ts:111
Properties
active
ts
active: Ref<boolean>;Defined in: composables/attributes.ts:112
matchedIds
ts
matchedIds: ShallowRef<string[]>;Defined in: composables/attributes.ts:113
scopedIds
ts
scopedIds: ShallowRef<string[]>;Defined in: composables/attributes.ts:114
Methods
apply()
ts
apply(predicate, opts?): void;Defined in: composables/attributes.ts:115
Parameters
predicate
AttributePredicate
opts?
AttributeFilterOptions
Returns
void
clear()
ts
clear(): void;Defined in: composables/attributes.ts:116
Returns
void
