Skip to content

IValidatable

Andrei Fangli edited this page Jun 4, 2021 · 3 revisions
API / IValidatable interface

Represents an interface for objects that can be validated.

Extends IReadOnlyValidatable.

export interface IValidatable extends IReadOnlyValidatable

Properties

  • error: an error message (or translation key) providing information as to why the field is invalid.
Clone this wiki locally