Home
Documentation
GitHub
Preparing search index...
The search index is not available
Causl API Reference - v0.2.0
Causl API Reference
@causl/formula
CellValue
Type Alias CellValue
CellValue
:
|
{
state
:
"empty"
}
|
{
state
:
"literal"
;
value
:
number
|
string
|
boolean
|
null
}
|
{
ast
:
Ast
;
state
:
"formula"
;
text
:
string
}
Discriminated union describing the contents of a
Cell
.
Remarks
Variants:
empty
— cell has been instantiated but holds no value.
literal
— primitive value entered directly by the user.
formula
— formula text together with its parsed
Ast
, re-evaluated by the engine when dependencies change.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
Documentation
GitHub
Causl API Reference - v0.2.0
Loading...
Discriminated union describing the contents of a Cell.