Operation()
ts
function Operation(__namedParameters): OperatorReturn | undefined;Defined in: components/operation.tsx:34
Evaluates an operation and returns its result.
This component resolves the provided operation via solveOperation using the current operators and variables from the Guthrie context.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | OperationProps |
Returns
OperatorReturn | undefined
React Component
Remarks
- Returns the computed result directly
- Does not render DOM elements
Since
1.0.0
Author
Simon Kovtyk