Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 458 Bytes

NotNull.md

File metadata and controls

14 lines (11 loc) · 458 Bytes

NotNull

Validates that a value is not strictly equal to null. To force that a property is not blank (not blank string), see the NotBlank constraint. To ensure that a property is null, see IsNull.

Options

message

type: string default: This value should be null.
This is the message that will be shown if the value is null.

Parameter Description
{{ value }} The current (invalid) value