# `BackpexWeb`
[🔗](https://github.com/naymspace/backpex/blob/0.18.3/lib/backpex_web.ex#L1)

The entrypoint for defining the web interface of Backpex.

### Example

    use BackpexWeb, :html

# `__using__`
*macro* 

When used, dispatch to the appropriate function.

# `field`

Includes all globally available field functions and helpers.

# `filter`

# `html`

Includes all globally available HTML functions and helpers.

# `item_action`

Includes all globally available item action functions and helpers.

# `metric`

---

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