Properties
Readonly
item
Readonly
active
active: boolean
Optional
onSelect
onSelect?: ((item) => any)
$
$: ComponentInternalInstance
$data
$data: {}
$props
$props: Partial<{}> & Omit<{ item: Item; active: boolean; onSelect?: ((item) => any); } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_2<{ item: Item; active: boolean; }>>> & { onSelect?: ((item) => any); }, never> $attrs
$attrs: Data
$refs
$refs: Data
$slots
$slots: Readonly<InternalSlots>
$root
$root: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
$parent
$parent: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
$emit
$emit: ((event, ...args) => void)
Type declaration
- (event, ...args): void
Parameters
event: "select"
Rest
...args: [item: Item]
Returns void
$el
$el: any
$options
$options: ComponentOptionsBase<Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_2<{ item: Item; active: boolean; }>>> & { onSelect?: ((item) => any); }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { select: ((item) => void); }, string, {}, {}, string, {}> & MergedComponentOptionsOverride $forceUpdate
$forceUpdate: (() => void)
$nextTick
$nextTick: (<T, R>(this, fn?) => Promise<Awaited<R>>)
Type declaration
- <T, R>(this, fn?): Promise<Awaited<R>>
Parameters
this: T
Optional
fn: ((this) => R)
Returns Promise<Awaited<R>>
(prop) Item to display