Preparing search index...
The search index is not available
Documentation - v0.0.1
Documentation
typir
GenericOperatorDetails
Interface GenericOperatorDetails<T>
interface
GenericOperatorDetails
<
T
>
{
inferenceRule
?:
|
InferOperatorWithSingleOperand
<
T
>
|
InferOperatorWithMultipleOperands
<
T
>
;
inputParameter
:
NameTypePair
[]
;
name
:
string
;
outputType
:
Type
;
validationRule
?:
OperatorValidationRule
<
T
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
AnyOperatorDetails
<
T
>
GenericOperatorDetails
Index
Properties
inference
Rule?
input
Parameter
name
output
Type
validation
Rule?
Properties
Optional
inference
Rule
inferenceRule
?:
|
InferOperatorWithSingleOperand
<
T
>
|
InferOperatorWithMultipleOperands
<
T
>
input
Parameter
inputParameter
:
NameTypePair
[]
name
name
:
string
output
Type
outputType
:
Type
Optional
validation
Rule
validationRule
?:
OperatorValidationRule
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inference
Rule
input
Parameter
name
output
Type
validation
Rule
Documentation - v0.0.1
Loading...