CST.Expression interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface Expression 

Properties

Property Modifiers Type Description
annotation?   FunctionRef | ReservedAnnotation | Junk (BETA) (Optional)
arg?   Literal | VariableRef (BETA) (Optional)
attributes   Attribute[] (BETA)
braces   [Syntax<’{‘>] | [Syntax<’{‘>, Syntax<’}’>] (BETA)
end   number (BETA)
markup?   Markup (BETA) (Optional)
start   number (BETA)
type   ‘expression’ (BETA)