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

An AST node representing a literal value

## Properties
    * `:value` - the value
    * `:directives` - directives associated with this literal value

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

```elixir
@type t() :: %Surface.AST.Literal{
  directives: [Surface.AST.Directive.t()],
  value: binary() | boolean() | integer() | atom()
}
```

---

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