8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
item
1 parent aea8d3f commit 3ba4941Copy full SHA for 3ba4941
index.d.ts
@@ -1,8 +1,10 @@
1
-// import vue.js typings
2
-// import Vue from 'vue';
3
-import { Vue, VueConstructor } from 'vue/types/vue'
4
import { Page, NavigationEntry } from 'tns-core-modules/ui/frame/frame'
+import { ItemEventData } from 'tns-core-modules/ui/list-view'
5
import { View } from 'tns-core-modules/ui/core/view'
+import { Vue, VueConstructor } from 'vue/types/vue'
+
6
+// ListView ItemEventData with the addition of the item property
7
+export type NativeScriptVueItemEventData<T> = ItemEventData & { item: T }
8
9
export interface NavigationEntryVue extends NavigationEntry {
10
props?: Record<string, any>,
0 commit comments