@umbraco-cms/backoffice
Preparing search index...
packages/core/property
UmbPropertyDatasetPropertyValidatorArgs
Interface UmbPropertyDatasetPropertyValidatorArgs<ValueType>
interface
UmbPropertyDatasetPropertyValidatorArgs
<
ValueType
=
unknown
>
{
check
?:
(
value
:
ValueType
)
=>
boolean
;
dataPath
?:
string
;
message
?:
()
=>
string
;
navigateToError
?:
()
=>
void
;
propertyAlias
:
string
;
}
Type Parameters
ValueType
=
unknown
Hierarchy (
View Summary
)
UmbValueValidatorArgs
<
ValueType
>
UmbPropertyDatasetPropertyValidatorArgs
Index
Properties
check?
data
Path?
message?
navigate
To
Error?
property
Alias
Properties
Optional
check
check
?:
(
value
:
ValueType
)
=>
boolean
Optional
data
Path
dataPath
?:
string
Optional
message
message
?:
()
=>
string
Optional
navigate
To
Error
navigateToError
?:
()
=>
void
property
Alias
propertyAlias
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
check
data
Path
message
navigate
To
Error
property
Alias
@umbraco-cms/backoffice
Loading...