-
Notifications
You must be signed in to change notification settings - Fork 20
6 Big lists
David Grill edited this page Jun 2, 2017
·
1 revision
For all biglist schema you've set in config, vue-idb will give you some functionnality. If you call a schema tests, all vuex getters will be called isTestsLoading or getTestsCount, all vuex actions will begin by tests and all mutation types by TESTS.
- isTestsLoading
- isTestsLoaded
- getTestsLast
- getTestsSelection
- getTestsSelected
- getTestsSelectionCollection
- getTestsSelectionCount
- isTestsInSelection
- getTests
- getTestsInfinite
- getTestsPage
- getTestsCount
- getTestsNbPages
- getTestsLimit
- getTestsThinking
- testsSelect
- testsLoad
- testsLoadResponse
- testsAdd
- testsUpdate
- testsRemove
- testsSetSort
- testsSetFilter
- testsToggleSelection
- testsSetInfinite
- testsSetPage
- testsSetCount
- testsSetLimit