Properties

$attrs: Data
$data: {}

Type declaration

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

    Type declaration

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

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

        Returns void

    Type declaration

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

        • event: "apply"
        • 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_WithDefaults<__VLS_TypePropsToRuntimeProps_4<{
        includeSystemGroups?: boolean;
        includeSystemUsers?: boolean;
        path: string;
        server?: ResultAsync<Server, ProcessError>;
    }>, {
        server: (() => ResultAsync<Server, ProcessError>);
    }>>> & {
        onApply?: (() => any);
        onCancel?: (() => any);
    }, {
        apply: (() => undefined | ResultAsync<void, ProcessError>);
        cancel: (() => void);
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        apply: (() => void);
        cancel: (() => void);
    }, string, {
        server: ResultAsync<Server, ProcessError>;
    }, {}, string, {}> & MergedComponentOptionsOverride
    $parent: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    $props: Partial<{
        server: ResultAsync<Server, ProcessError>;
    }> & Omit<{
        includeSystemGroups?: boolean;
        includeSystemUsers?: boolean;
        onApply?: (() => any);
        onCancel?: (() => any);
        path: string;
        server: ResultAsync<Server, ProcessError>;
    } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps_4<{
        includeSystemGroups?: boolean;
        includeSystemUsers?: boolean;
        path: string;
        server?: ResultAsync<Server, ProcessError>;
    }>, {
        server: (() => ResultAsync<Server, ProcessError>);
    }>>> & {
        onApply?: (() => any);
        onCancel?: (() => any);
    }, "server">
    $refs: Data
    $root: null | ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>
    apply: (() => undefined | ResultAsync<void, ProcessError>)

    Type declaration

    cancel: (() => void)

    Type declaration

      • (): void
      • Returns void

    includeSystemGroups?: boolean
    includeSystemUsers?: boolean
    onApply?: (() => any)

    Type declaration

      • (): any
      • Returns any

    onCancel?: (() => any)

    Type declaration

      • (): any
      • Returns any

    path: 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