bootstack.events.ValidationEvent#

class bootstack.events.ValidationEvent(value=None, is_valid=True, message='')#

Bases: object

Fires after validation runs — valid, invalid, and validate.

is_valid: bool#

Whether validation passed.

message: str#

The failure message, or an empty string when valid.

value: Any#

The value that was validated.