Properties
Readonly $attrs
$attrs: Record<string, string>
$config
$config: NuxtRuntimeConfig
$cookies
$cookies: NuxtCookies
$createElement
$createElement: CreateElement
Readonly $data
$data: Record<string, any>
$delete
$delete: typeof delete
Readonly $el
$el: Element
$fetchState
$fetchState: { error: Error | null; pending: boolean; timestamp: number }
Type declaration
-
error: Error | null
-
pending: boolean
-
timestamp: number
Readonly $isServer
$isServer: boolean
Readonly $listeners
$listeners: Record<string, Function | Function[]>
$logger
$logger: LoggerFn
$md
$md: { render: any }
Type declaration
-
render: function
- render(source: string): string
-
Parameters
Returns string
Readonly $options
$options
: ComponentOptions<Vue>
Readonly $props
$props: Record<string, any>
Readonly $refs
$refs: {}
Type declaration
-
[key: string]: Vue | Element | (Vue | Element)[] | undefined
$router
$router: VueRouter
Readonly $scopedSlots
$scopedSlots: {}
Type declaration
-
[key: string]: NormalizedScopedSlot | undefined
Readonly $slots
$slots: {}
Type declaration
-
[key: string]: VNode[] | undefined
Readonly $ssrContext
$ssrContext: any
$store
$store: Store<any>
$ustra
$ustra: UstraPlugin
Readonly $vnode
$vnode: VNode
Static Vue
Vue: VueConstructor
Static acceptCustomValue
acceptCustomValue: boolean
Static accessKey
accessKey: string
Static activeStateEnabled
activeStateEnabled: boolean
Static buttons
buttons: unknown[]
Static dataSource
dataSource: any
Static deferRendering
deferRendering: boolean
Static disabled
disabled: boolean
Static displayExpr
displayExpr: TimerHandler
Static displayValue
displayValue: string
Static dropDownButtonTemplate
dropDownButtonTemplate: unknown
Static dropDownOptions
dropDownOptions: any
Static elementAttr
elementAttr: any
Static fieldTemplate
fieldTemplate: unknown
Static focusStateEnabled
focusStateEnabled: boolean
Static groupTemplate
groupTemplate: unknown
Static grouped
grouped: boolean
Static height
height: string | number | Function
Static hoverStateEnabled
hoverStateEnabled: boolean
Static inputAttr
inputAttr: any
Static instance
instance: SelectBox
Static isValid
isValid: boolean
Static itemTemplate
itemTemplate: unknown
Static items
items: unknown[]
Static maxLength
maxLength: string | number
Static minSearchLength
minSearchLength: number
Static noDataText
noDataText: string
Static onChange
onChange: Function
Static onClosed
onClosed: Function
Static onContentReady
onContentReady: Function
Static onCopy
onCopy: Function
Static onCustomItemCreating
onCustomItemCreating: Function
Static onCut
onCut: Function
Static onDisposing
onDisposing: Function
Static onEnterKey
onEnterKey: Function
Static onFocusIn
onFocusIn: Function
Static onFocusOut
onFocusOut: Function
Static onInitialized
onInitialized: Function
Static onInput
onInput: Function
Static onItemClick
onItemClick: Function
Static onKeyDown
onKeyDown: Function
Static onKeyUp
onKeyUp: Function
Static onOpened
onOpened: Function
Static onOptionChanged
onOptionChanged: Function
Static onPaste
onPaste: Function
Static onSelectionChanged
onSelectionChanged: Function
Static onValueChanged
onValueChanged: Function
Static openOnFieldClick
openOnFieldClick: boolean
Static opened
opened: boolean
Static placeholder
placeholder: string
Static readOnly
readOnly: boolean
Static rtlEnabled
rtlEnabled: boolean
Static searchEnabled
searchEnabled: boolean
Static searchExpr
searchExpr: string | Function | unknown[]
Static searchMode
searchMode: string
Static searchTimeout
searchTimeout: number
Static selectedItem
selectedItem: unknown
Static showClearButton
showClearButton: boolean
Static showDataBeforeSearch
showDataBeforeSearch: boolean
Static showDropDownButton
showDropDownButton: boolean
Static showSelectionControls
showSelectionControls: boolean
Static spellcheck
spellcheck: boolean
Static stylingMode
stylingMode: string
Static tabIndex
tabIndex: number
Static validationError
validationError: any
Static validationErrors
validationErrors: unknown[]
Static validationMessageMode
validationMessageMode: string
Static validationStatus
validationStatus: string
Static value
value: unknown
Static valueChangeEvent
valueChangeEvent: string
Static valueExpr
valueExpr: TimerHandler
Static visible
visible: boolean
Static width
width: string | number | Function
Static wrapItemText
wrapItemText: boolean