fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-syntax
/
dev.kbroom.fluent.syntax
/
InlineExpression
/
FunctionReference
Function
Reference
@
Serializable
@
SerialName
(
value
=
"FunctionReference"
)
data
class
FunctionReference
(
val
id
:
Identifier
,
val
arguments
:
CallArguments
)
:
InlineExpression
(
source
)
A function reference - a built-in or custom function call.
Members
Constructors
Function
Reference
Link copied to clipboard
constructor
(
id
:
Identifier
,
arguments
:
CallArguments
)
Properties
arguments
Link copied to clipboard
val
arguments
:
CallArguments
The function arguments
id
Link copied to clipboard
val
id
:
Identifier
The function name