> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Direction

# Enumeration: Direction

Defined in: [index.d.ts:1225](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1225)

The direction of a button event.

## Enumeration Members

### Click

> **Click**: `2`

Defined in: [index.d.ts:1228](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1228)

***

### Press

> **Press**: `0`

Defined in: [index.d.ts:1226](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1226)

***

### Release

> **Release**: `1`

Defined in: [index.d.ts:1227](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1227)
