Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectValue<SelectValueType>

SelectValue is a generic type representing a Vuetify select value

Type parameters

  • SelectValueType

Hierarchy

  • SelectValue

Index

Properties

Optional disabled

disabled?: boolean

Optional divider

divider?: boolean

Optional header

header?: string

Optional text

text?: string | number | Record<string, unknown>

Optional value

value?: SelectValueType

Generated using TypeDoc