Skip to content
Crelte Docs
Search
K
Main Navigation
Guide
Tutorial
Cookbook
Types
Appearance
Menu
Return to top
On this page
crelte /
queries
/ ValidIf
Type Alias: ValidIf()<T>
ts
type
ValidIf
<
T
>
=
(
v
,
cs
)
=>
boolean
;
Type Parameters
T
T
Parameters
v
T
cs
ServerRouter
Returns
boolean