Properties

$attrs: Data
$data: {}

Type declaration

    $el: any
    $emit: ((event: string, ...args: any[]) => void)

    Type declaration

      • (event: string, ...args: any[]): void
      • Parameters

        • event: string
        • Rest ...args: any[]

        Returns void

    $forceUpdate: (() => void)

    Type declaration

      • (): void
      • Returns void

    $nextTick: (<T, R>(this: T, fn?: ((this: T) => R)) => Promise<Awaited<R>>)

    Type declaration

      • <T, R>(this: T, fn?: ((this: T) => R)): Promise<Awaited<R>>
      • Type Parameters

        • T = void
        • R = void

        Parameters

        • this: T
        • Optional fn: ((this: T) => R)
            • (this: T): R
            • Parameters

              • this: T

              Returns R

        Returns Promise<Awaited<R>>

    $options: ComponentOptionsBase<Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_5<{
        message?: string;
        type: "success";
    } & {
        actions?: ValidationResultAction[];
    }>>> | Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_5<{
        message: string;
        type: "error";
    } & {
        actions?: ValidationResultAction[];
    }>>> | Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_5<{
        message: string;
        type: "warning";
    } & {
        actions?: ValidationResultAction[];
    }>>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & MergedComponentOptionsOverride
    $parent: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    $props: Partial<{}> & Omit<({
        actions?: ValidationResultAction[];
        message?: string;
        type: "success";
    } | {
        actions?: ValidationResultAction[];
        message: string;
        type: "error";
    } | {
        actions?: ValidationResultAction[];
        message: string;
        type: "warning";
    }) & (VNodeProps & AllowedComponentProps & (ComponentCustomProps & (Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_5<{ type: "success"; message?: string | undefined; } & { ...; }>>> | Readonly<...> | Readonly<...>))), never>
    $refs: Data
    $root: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    message?: string
    type: "warning" | "error" | "success"

    Methods

    • Type Parameters

      • T extends string | ((...args: any) => any)

      Parameters

      • source: T
      • cb: T extends ((...args: any) => R)
            ? ((...args: [R, R]) => any)
            : ((...args: any) => any)
      • Optional options: WatchOptions<boolean>

      Returns WatchStopHandle