Preparing search index...
The search index is not available
Documentation - v0.3.0
Documentation
typir
ValidationRuleWithOptions
Interface ValidationRuleWithOptions<Specifics, T>
A pair of a rule for type inference with its additional options.
interface
ValidationRuleWithOptions
<
Specifics
extends
TypirSpecifics
,
T
extends
Specifics
[
"LanguageType"
]
=
Specifics
[
"LanguageType"
]
,
>
{
options
:
Partial
<
ValidationRuleOptions
>
;
rule
:
ValidationRule
<
Specifics
,
T
>
;
}
Type Parameters
Specifics
extends
TypirSpecifics
T
extends
Specifics
[
"LanguageType"
]
=
Specifics
[
"LanguageType"
]
Index
Properties
options
rule
Properties
options
options
:
Partial
<
ValidationRuleOptions
>
rule
rule
:
ValidationRule
<
Specifics
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
rule
Documentation - v0.3.0
Loading...
A pair of a rule for type inference with its additional options.