toggle menu
models
2.0.0-Beta12
common
switch theme
search in API
models
/
joyfill2
/
FormulaDefinition
Formula
Definition
interface
FormulaDefinition
:
Mappable
Members
Properties
desc
Link copied to clipboard
abstract
val
desc
:
String
formula
Link copied to clipboard
abstract
val
formula
:
String
id
Link copied to clipboard
abstract
val
id
:
String
scope
Link copied to clipboard
abstract
val
scope
:
FormulaScope
type
Link copied to clipboard
abstract
val
type
:
String
Functions
to
Json
Object
Link copied to clipboard
abstract
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
abstract
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
abstract
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>