Skip to main content

AdminForthBulkActionFront

Extends

Properties

badge?

optional badge?: string

Optional small badge for button which will be displayed in the list view

Inherited from

AdminForthBulkAction.badge


buttonCustomCssClass?

optional buttonCustomCssClass?: string

Add custom class

Inherited from

AdminForthBulkAction.buttonCustomCssClass


confirm?

optional confirm?: 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.

Inherited from

AdminForthBulkAction.confirm


dangerous?

optional dangerous?: boolean

When true, the confirmation dialog renders in red/danger style. Use for destructive bulk actions like delete.

Inherited from

AdminForthBulkAction.dangerous


icon?

optional icon?: string

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

Inherited from

AdminForthBulkAction.icon


id

id: string


label

label: string

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

Inherited from

AdminForthBulkAction.label


showInThreeDotsDropdown?

optional showInThreeDotsDropdown?: boolean

Show in three dots dropdown menu in list view.

Inherited from

AdminForthBulkAction.showInThreeDotsDropdown


successMessage?

optional successMessage?: string

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

Inherited from

AdminForthBulkAction.successMessage