Skip to main content

AdminForthBulkActionCommon

Extended by

Properties

confirm?

optional confirm: string

Confirmation message which will be displayed to user before action is executed.


icon?

optional icon: string

Icon for action button which will be displayed in the list view


id?

optional id: string


label

label: string

Label for action button which will be displayed in the list view


state?

optional state: "danger" | "success" | "active"

Bulk Action button state 'danger'|success|'active',

  • 'danger' - red button
  • 'success' - green button
  • 'active' - blue button

successMessage?

optional successMessage: string

Success message which will be displayed to user after action is executed.