Surface.AST.DynamicAttribute (surface v0.7.0) View Source

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

Link to this section Summary

Link to this section Types

Specs

t() :: %Surface.AST.DynamicAttribute{
  expr: Surface.AST.AttributeExpr.t(),
  meta: Surface.AST.Meta.t(),
  name: term()
}