Skip to content

6 Big lists

David Grill edited this page Jun 2, 2017 · 1 revision

The biglist type

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.

Vuex getters

  • isTestsLoading
  • isTestsLoaded
  • getTestsLast
  • getTestsSelection
  • getTestsSelected
  • getTestsSelectionCollection
  • getTestsSelectionCount
  • isTestsInSelection
  • getTests
  • getTestsInfinite
  • getTestsPage
  • getTestsCount
  • getTestsNbPages
  • getTestsLimit
  • getTestsThinking

Vuex actions

  • testsSelect
  • testsLoad
  • testsLoadResponse
  • testsAdd
  • testsUpdate
  • testsRemove
  • testsSetSort
  • testsSetFilter
  • testsToggleSelection
  • testsSetInfinite
  • testsSetPage
  • testsSetCount
  • testsSetLimit
Clone this wiki locally