| Interface | Description |
|---|---|
| TagsStore<V> |
A store for saving, loading and filtering a list of items that will be used in
TagsStore |
| Class | Description |
|---|---|
| DynamicLocalTagsStore |
A dynamic store implementation that accepts any string value and add it to the store dynamically
|
| LocalTagsStore<V> | Deprecated
use
OrderedLocalTagsStore A store implementation that accepts a list of items |
| OrderedLocalTagsStore<V> |
A store implementation that accepts a list of items ordered by key
|
| SimpleLocalTagsStore<V> |
A store implementation that accepts a list of items
|
Copyright © 2019–2022 Dominokit. All rights reserved.