# `Dagger.Terminal`
[🔗](https://github.com/dagger/dagger/blob/v0.21.8/sdk/elixir/lib/dagger/gen/terminal.ex#L2)

An interactive terminal that clients can connect to.

# `t`

```elixir
@type t() :: %Dagger.Terminal{client: term(), query_builder: term()}
```

# `id`

```elixir
@spec id(t()) :: {:ok, String.t()} | {:error, term()}
```

A unique identifier for this Terminal.

# `sync`

```elixir
@spec sync(t()) :: {:ok, t()} | {:error, term()}
```

Forces evaluation of the pipeline in the engine.

It doesn't run the default command if no exec has been set.

---

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