ESCalc - v0.0.1-beta.2
Preparing search index...
index
TernaryExpression
Type Alias TernaryExpression
type
TernaryExpression
=
{
left
:
LogicalExpression
;
location
:
SourceRegion
|
null
;
middle
:
LogicalExpression
;
right
:
LogicalExpression
;
type
:
"ternary"
;
}
Index
Properties
left
location
middle
right
type
Properties
left
left
:
LogicalExpression
location
location
:
SourceRegion
|
null
middle
middle
:
LogicalExpression
right
right
:
LogicalExpression
type
type
:
"ternary"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
left
location
middle
right
type
ESCalc - v0.0.1-beta.2
Loading...