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

# ActionId

> The action names in the TapActionMap augmentation, which is what tap.actions.run and the handler's actions table accept.

```ts theme={null}
type ActionId = keyof TapActionMap extends never ? string : Extract<keyof TapActionMap, string>;
```

The action names in the `TapActionMap` augmentation, which is what
`tap.actions.run` and the handler's `actions` table accept.
