[]
type ActionType = | "toggle" | "sort" | "bookmark" | "hyperlink" | "drillthrough" | "applyParameters";
Possible action types.