prorm API Reference
← Documentation
GitLab
Preparing search index...
index
CheckTableOptions
Interface CheckTableOptions
Options for
Check Table
decorator
interface
CheckTableOptions
{
condition
:
(
row
:
Record
<
string
,
any
>
)
=>
boolean
;
message
?:
string
;
name
?:
string
;
}
Index
Properties
condition
message?
name?
Properties
condition
condition
:
(
row
:
Record
<
string
,
any
>
)
=>
boolean
Row-level condition function
Optional
message
message
?:
string
Custom error message
Optional
name
name
?:
string
Constraint name
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
message
name
← Documentation
GitLab
prorm API Reference
Loading...
Options for
Check Table
decorator