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