# MermaidDrawMethod

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/runnables/graph/MermaidDrawMethod)

Enum for different draw methods supported by Mermaid.

## Signature

```python
MermaidDrawMethod()
```

## Extends

- `Enum`

## Properties

- `PYPPETEER`
- `API`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/ee95ad6907f5eab94644183393a20aa2a032bb19/libs/core/langchain_core/runnables/graph.py#L169)