View Source Surface.AST.DynamicAttribute (surface v0.11.0)
An AST node representing a dynamic attribute (or attributes).
properties
Properties
* `:expr` - an expression which will generate a keyword list of attributes and value tuples of the form {type, value}
* `:meta` - compilation meta data
Link to this section Summary
Link to this section Types
@type t() :: %Surface.AST.DynamicAttribute{ expr: Surface.AST.AttributeExpr.t(), meta: Surface.AST.Meta.t(), name: term() }