Skip to content

How can I find Vuetify types for TypeScript support? #13721

Answered by KaelWD
strokesws asked this question in Q&A
Discussion options

You must be logged in to vote

Where can I find the interface of the VCombobox items

You can't, it's any[] because it accepts pretty much anything. That type should be based on the type of items you're passing in.

first and second param when onDbClickRowItem

The first is MouseEvent, the second is DataTableItemProps from vuetify/types

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@strokesws
Comment options

Answer selected by strokesws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants