AdminForthBulkActionCommon
Extended by
Properties
badge?
optionalbadge?:string
Optional small badge for button which will be displayed in the list view
buttonCustomCssClass?
optionalbuttonCustomCssClass?:string
Add custom class
confirm?
optionalconfirm?:string| {message?:string;no?:string;title?:string;yes?:string; }
Confirmation message which will be displayed to user before action is executed.
String value is shown as the dialog title without any message under it.
Use object form to explicitly set a message (e.g. "This process is irreversible.")
and/or button labels. {count} placeholder in message will be replaced with the
number of selected records, pluralization is supported via | separator.
dangerous?
optionaldangerous?:boolean
When true, the confirmation dialog renders in red/danger style. Use for destructive bulk actions like delete.
icon?
optionalicon?:string
Icon for action button which will be displayed in the list view
id?
optionalid?:string
label
label:
string
Label for action button which will be displayed in the list view
showInThreeDotsDropdown?
optionalshowInThreeDotsDropdown?:boolean
Show in three dots dropdown menu in list view.
successMessage?
optionalsuccessMessage?:string
Success message which will be displayed to user after action is executed.