Properties

$attrs: Data
$data: {}

Type declaration

    $el: any
    $emit: ((event: "confirm", ...args: []) => void) & ((event: "cancel", ...args: []) => void)

    Type declaration

      • (event: "confirm", ...args: []): void
      • Parameters

        • event: "confirm"
        • Rest ...args: []

        Returns void

    Type declaration

      • (event: "cancel", ...args: []): void
      • Parameters

        • event: "cancel"
        • Rest ...args: []

        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_9<{
        clickOutsideCancels?: boolean;
    }>>> & {
        onCancel?: (() => any);
        onConfirm?: (() => any);
    }, {
        assertConfirm: (<T>(options: ConfirmOptions, resultIfConfirmed?: T) => ResultAsync<ValueElseUndefiend<T>, CancelledByUser>);
        confirm: ((options: ConfirmOptions) => ResultAsync<boolean, never>);
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        cancel: (() => void);
        confirm: (() => void);
    }, string, {}, {}, string, {}> & MergedComponentOptionsOverride
    $parent: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    $props: Partial<{}> & Omit<{
        clickOutsideCancels?: boolean;
        onCancel?: (() => any);
        onConfirm?: (() => any);
    } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_9<{
        clickOutsideCancels?: boolean;
    }>>> & {
        onCancel?: (() => any);
        onConfirm?: (() => any);
    }, never>
    $refs: Data
    $root: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    assertConfirm: (<T>(options: ConfirmOptions, resultIfConfirmed?: T) => ResultAsync<ValueElseUndefiend<T>, CancelledByUser>)

    Type declaration

    clickOutsideCancels?: boolean
    confirm: ((options: ConfirmOptions) => ResultAsync<boolean, never>)

    Type declaration

    onCancel?: (() => any)

    Type declaration

      • (): any
      • Returns any

    onConfirm?: (() => any)

    Type declaration

      • (): any
      • Returns any

    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