Constructors

Properties

addValidatorResult: any
allValidatorsOkay: any
removeValidatorResult: any
validatorResults: any

Methods

  • Returns boolean

  • Parameters

    Returns {
        triggerUpdate: (() => void);
        validationResult: Ref<{
            actions?: {
                callback: (() => void | PromiseLike<void>);
                label: string;
            }[];
            message?: string;
            type: "success";
        } | {
            actions?: {
                callback: (() => void | PromiseLike<void>);
                label: string;
            }[];
            message: string;
            type: "error";
        } | {
            actions?: {
                callback: (() => void | PromiseLike<void>);
                label: string;
            }[];
            message: string;
            type: "warning";
        }>;
    }

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

    • validationResult: Ref<{
          actions?: {
              callback: (() => void | PromiseLike<void>);
              label: string;
          }[];
          message?: string;
          type: "success";
      } | {
          actions?: {
              callback: (() => void | PromiseLike<void>);
              label: string;
          }[];
          message: string;
          type: "error";
      } | {
          actions?: {
              callback: (() => void | PromiseLike<void>);
              label: string;
          }[];
          message: string;
          type: "warning";
      }>
  • Type Parameters

    Parameters

    Returns {
        triggerUpdate: (() => void);
        validationResult: Ref<{
            actions?: {
                callback: (() => void | PromiseLike<void>);
                label: string;
            }[];
            message?: string;
            type: "success";
        } | {
            actions?: {
                callback: (() => void | PromiseLike<void>);
                label: string;
            }[];
            message: string;
            type: "error";
        } | {
            actions?: {
                callback: (() => void | PromiseLike<void>);
                label: string;
            }[];
            message: string;
            type: "warning";
        }>;
    }

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

    • validationResult: Ref<{
          actions?: {
              callback: (() => void | PromiseLike<void>);
              label: string;
          }[];
          message?: string;
          type: "success";
      } | {
          actions?: {
              callback: (() => void | PromiseLike<void>);
              label: string;
          }[];
          message: string;
          type: "error";
      } | {
          actions?: {
              callback: (() => void | PromiseLike<void>);
              label: string;
          }[];
          message: string;
          type: "warning";
      }>