Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ActionConfig

An action config containing properties for primary and secondary actions such as multiple buttons and kebab menu options

Hierarchy

  • ActionConfig

Index

Properties

Optional moreActions

moreActions: Action[]

A list of secondary actions (e.g., menu options for a kebab)

Optional moreActionsAriaLabel

moreActionsAriaLabel: string

Text announced to screen readers for the action config button

moreActionsDisabled

moreActionsDisabled: boolean

Set to true to disable secondary actions

moreActionsStyleClass

moreActionsStyleClass: string

Style class for the secondary actions container

moreActionsVisible

moreActionsVisible: boolean

Set to false to hide secondary actions

primaryActions

primaryActions: Action[]

List of primary actions (e.g., for buttons)

Generated using TypeDoc