# ActionType

## Content

# Type Alias: ActionType

```ts
type ActionType = 
  | "toggle"
  | "sort"
  | "bookmark"
  | "hyperlink"
  | "drillthrough"
  | "applyParameters";
```

Possible action types.
