views
DruxtViewsPagerMixin
View source on GitHubDruxtViewsPagerMixin
Provides Vue.js properties for DruxtViewPager slot themable components.
Kind: global mixin
Example
<script>
import { DruxtViewsPagerMixin } from 'druxt-views'
export default {
mixins: [DruxtViewsPagerMixin],
}
</script>
.props
Vue.js Properties.
Kind: static property of DruxtViewsPagerMixin
.count : integer
The JSON:API Views results total count.
Kind: static property of props
.options : object
The Pager options.
Kind: static property of props
.resource : object
The JSON:API Views results resource.
Kind: static property of props
.type : object
The Pager type.
Kind: static property of props
.value : integer
The DruxtViewPager model value.
Kind: static property of props
.data()
Vue.js Data object.
Kind: static method of DruxtViewsPagerMixin
Properties
| Name | Type | Description |
|---|---|---|
| model | object | The DruxtViewPager model. |