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<{}>>, {
        _: gettext;
        notificationList: Ref<{
            actions: {
                callback: (() => void);
                key: symbol;
                label: string;
                processing: boolean;
            }[];
            addAction: ((label: string, callback: (() => void | PromiseLike<void>), removesNotification?: boolean) => Notification);
            body: string;
            key: symbol;
            level: NotificationLevel;
            remove: (() => void);
            removerTimeout?: number;
            startRemoveTimeout: (() => void);
            stopRemoveTimeout: (() => void);
            timeLeftPercent: number;
            timeLeftUpdaterInterval?: number;
            timeout: number | "never";
            title: string;
        }[]>;
    }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & MergedComponentOptionsOverride
    $parent: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    $refs: Data
    $root: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    _: any
    notificationList: {
        actions: {
            callback: (() => void);
            key: symbol;
            label: string;
            processing: boolean;
        }[];
        addAction: ((label: string, callback: (() => void | PromiseLike<void>), removesNotification?: boolean) => Notification);
        body: string;
        key: symbol;
        level: NotificationLevel;
        remove: (() => void);
        removerTimeout?: number;
        startRemoveTimeout: (() => void);
        stopRemoveTimeout: (() => void);
        timeLeftPercent: number;
        timeLeftUpdaterInterval?: number;
        timeout: number | "never";
        title: string;
    }[]

    Type declaration

    • Readonly actions: {
          callback: (() => void);
          key: symbol;
          label: string;
          processing: boolean;
      }[]
    • addAction: ((label: string, callback: (() => void | PromiseLike<void>), removesNotification?: boolean) => Notification)
    • Readonly body: string
    • Readonly key: symbol
    • Readonly level: NotificationLevel
    • remove: (() => void)
        • (): void
        • Returns void

    • Optional removerTimeout?: number
    • startRemoveTimeout: (() => void)
        • (): void
        • Returns void

    • stopRemoveTimeout: (() => void)
        • (): void
        • Returns void

    • timeLeftPercent: number
    • Optional timeLeftUpdaterInterval?: number
    • Readonly timeout: number | "never"
    • Readonly title: string

    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