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
/
VariableReference
Variable
Reference
@
Serializable
@
SerialName
(
value
=
"VariableReference"
)
data
class
VariableReference
(
val
id
:
Identifier
)
:
InlineExpression
(
source
)
A variable reference - references a runtime value.
Members
Constructors
Variable
Reference
Link copied to clipboard
constructor
(
id
:
Identifier
)
Properties
id
Link copied to clipboard
val
id
:
Identifier
The variable name (without $ prefix)