Trilium Frontend API
Preparing search index...
<internal>
Validator
Interface Validator
interface
Validator
{
parameters
?:
any
;
type
:
|
StandardValidatorType
|
(
(
cell
:
CellComponent
,
value
:
any
,
parameters
?:
any
)
=>
boolean
)
;
}
Index
Properties
parameters?
type
Properties
Optional
parameters
parameters
?:
any
type
type
:
|
StandardValidatorType
|
(
(
cell
:
CellComponent
,
value
:
any
,
parameters
?:
any
)
=>
boolean
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
parameters
type
Trilium Frontend API
Loading...