ESCalc - v0.0.1-beta.2
Preparing search index...
index
ValueExpression
Type Alias ValueExpression
type
ValueExpression
=
{
location
:
SourceRegion
|
null
;
type
:
"value"
;
value
:
|
{
type
:
"constant"
;
value
:
{
type
:
"string"
|
"date"
|
"number"
|
"boolean"
;
value
:
string
}
;
}
|
{
name
:
string
;
type
:
"parameter"
}
|
{
items
:
LogicalExpression
[]
;
type
:
"list"
}
;
}
Index
Properties
location
type
value
Properties
location
location
:
SourceRegion
|
null
type
type
:
"value"
value
value
:
|
{
type
:
"constant"
;
value
:
{
type
:
"string"
|
"date"
|
"number"
|
"boolean"
;
value
:
string
}
;
}
|
{
name
:
string
;
type
:
"parameter"
}
|
{
items
:
LogicalExpression
[]
;
type
:
"list"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
location
type
value
ESCalc - v0.0.1-beta.2
Loading...