Skip to content

Validatable.isInvalid

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / Validatable<TValidationError> / isInvalid property

A flag indicating whether the object is invalid.

Property type: boolean.

public get isInvalid(): boolean

Source reference: src/validation/Validatable.ts:28.

Clone this wiki locally