# `Surface.AST.DynamicAttribute`
[🔗](https://github.com/surface-ui/surface/blob/v0.12.3/lib/surface/ast.ex#L250)

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

# `t`
[🔗](https://github.com/surface-ui/surface/blob/v0.12.3/lib/surface/ast.ex#L260)

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
