Boomi Flow Runtime Reference Documentation
Preparing search index...
types/public/models
Validation
Interface Validation
Describes a particular validation type that should be applied to a page component
interface
Validation
{
message
:
string
;
type
:
"required"
|
"Minimum"
|
"Maximum"
|
"Pattern"
;
value
:
string
|
number
|
boolean
;
}
Index
Properties
message
type
value
Properties
message
message
:
string
type
type
:
"required"
|
"Minimum"
|
"Maximum"
|
"Pattern"
value
value
:
string
|
number
|
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
type
value
Boomi Flow Runtime Reference Documentation
Loading...
Describes a particular validation type that should be applied to a page component