TESSA Web API
Preparing search index...
Application.DI
DI_Interfaces
ConstraintHelper
Interface ConstraintHelper
interface
ConstraintHelper
{
namedConstraint
:
(
value
:
unknown
)
=>
ConstraintFunction
;
taggedConstraint
:
(
key
:
string
|
number
|
symbol
,
)
=>
(
value
:
unknown
)
=>
ConstraintFunction
;
targetDefaultConstraint
:
ConstraintFunction
;
traverseAncestors
:
(
request
:
Request
,
constraint
:
ConstraintFunction
,
)
=>
boolean
;
typeConstraint
:
(
type
:
ServiceIdentifier
,
)
=>
(
request
:
null
|
Request
)
=>
boolean
;
}
Index
Properties
named
Constraint
tagged
Constraint
target
Default
Constraint
traverse
Ancestors
type
Constraint
Properties
Readonly
named
Constraint
namedConstraint
:
(
value
:
unknown
)
=>
ConstraintFunction
Readonly
tagged
Constraint
taggedConstraint
:
(
key
:
string
|
number
|
symbol
,
)
=>
(
value
:
unknown
)
=>
ConstraintFunction
Readonly
target
Default
Constraint
targetDefaultConstraint
:
ConstraintFunction
Readonly
traverse
Ancestors
traverseAncestors
:
(
request
:
Request
,
constraint
:
ConstraintFunction
)
=>
boolean
Readonly
type
Constraint
typeConstraint
:
(
type
:
ServiceIdentifier
,
)
=>
(
request
:
null
|
Request
)
=>
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
named
Constraint
tagged
Constraint
target
Default
Constraint
traverse
Ancestors
type
Constraint
TESSA Web API
Loading...