Preparing search index...
The search index is not available
Documentation - v0.0.1
Documentation
typir
ValidationRuleWithBeforeAfter
Interface ValidationRuleWithBeforeAfter<LanguageType, RootType>
interface
ValidationRuleWithBeforeAfter
<
LanguageType
=
unknown
,
RootType
=
LanguageType
,
>
{
validation
:
ValidationRule
<
LanguageType
>
;
afterValidation
(
languageRoot
:
RootType
,
typir
:
TypirServices
,
)
:
ValidationProblem
[]
;
beforeValidation
(
languageRoot
:
RootType
,
typir
:
TypirServices
,
)
:
ValidationProblem
[]
;
}
Type Parameters
LanguageType
=
unknown
RootType
=
LanguageType
Implemented by
UniqueClassValidation
UniqueFunctionValidation
UniqueMethodValidation
Index
Properties
validation
Methods
after
Validation
before
Validation
Properties
validation
validation
:
ValidationRule
<
LanguageType
>
Methods
after
Validation
afterValidation
(
languageRoot
:
RootType
,
typir
:
TypirServices
,
)
:
ValidationProblem
[]
Parameters
languageRoot
:
RootType
typir
:
TypirServices
Returns
ValidationProblem
[]
before
Validation
beforeValidation
(
languageRoot
:
RootType
,
typir
:
TypirServices
,
)
:
ValidationProblem
[]
Parameters
languageRoot
:
RootType
typir
:
TypirServices
Returns
ValidationProblem
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
validation
Methods
after
Validation
before
Validation
Documentation - v0.0.1
Loading...