# `BB.Dsl.Bridge`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/dsl/bridge.ex#L5)

A parameter protocol bridge for remote access.

# `child_spec`

```elixir
@type child_spec() :: module() | {module(), keyword()}
```

# `simulation_mode`

```elixir
@type simulation_mode() :: :omit | :mock | :start
```

# `t`

```elixir
@type t() :: %BB.Dsl.Bridge{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  child_spec: child_spec(),
  name: atom(),
  simulation: simulation_mode()
}
```

---

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