ReactiveUnionSet
Members
Section titled “Members”Extends Set<T>
| __v_isReactive | boolean | |
| [Symbol.iterator] | () => SetIterator<T> | |
| constructor | (options: ReactiveUnionSetOptions<T>) | Constructs a new instance of the ReactiveUnionSet class |
| add | (item: T) => this | |
| addSubset | (subset: Set<T>, options: ReactiveUnionSetOptions<T>) => void | |
| createDerivedSet | (mapper: (value: T) => U | U[]) => Readonly<import(“@vue/reactivity”).ShallowReactive<Set<U>>> | |
| createIndex | (mapper: (value: T) => U | U[]) => ReadonlyMap<U, T> | |
| delete | (item: T) => boolean | |
| entries | () => SetIterator<[T, T]> | |
| keys | () => SetIterator<T> | |
| size | number | |
| values | () => SetIterator<T> |