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 accessKey
accessKey: string
Static activeStateEnabled
activeStateEnabled: boolean
Static alignItemLabels
alignItemLabels: boolean
Static alignItemLabelsInAllGroups
alignItemLabelsInAllGroups: boolean
Static colCount
colCount: string | number
Static colCountByScreen
colCountByScreen: any
Static customizeItem
customizeItem: Function
Static disabled
disabled: boolean
Static elementAttr
elementAttr: any
Static focusStateEnabled
focusStateEnabled: boolean
Static formData
formData: any
Static height
height: string | number | Function
Static hoverStateEnabled
hoverStateEnabled: boolean
Static instance
instance: Form
Static items
items: unknown[]
Static labelLocation
labelLocation: string
Static minColWidth
minColWidth: number
Static onContentReady
onContentReady: Function
Static onDisposing
onDisposing: Function
Static onEditorEnterKey
onEditorEnterKey: Function
Static onFieldDataChanged
onFieldDataChanged: Function
Static onInitialized
onInitialized: Function
Static onOptionChanged
onOptionChanged: Function
Static optionalMark
optionalMark: string
Static readOnly
readOnly: boolean
Static requiredMark
requiredMark: string
Static requiredMessage
requiredMessage: string
Static rtlEnabled
rtlEnabled: boolean
Static screenByWidth
screenByWidth: Function
Static scrollingEnabled
scrollingEnabled: boolean
Static showColonAfterLabel
showColonAfterLabel: boolean
Static showOptionalMark
showOptionalMark: boolean
Static showRequiredMark
showRequiredMark: boolean
Static showValidationSummary
showValidationSummary: boolean
Static tabIndex
tabIndex: number
Static validationGroup
validationGroup: string
Static visible
visible: boolean
Static width
width: string | number | Function