[]
        
(Showing Draft Content)

ActionType

Type Alias: ActionType

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

Possible action types.