Cinder.Renderers.BulkActions (Cinder v0.12.1)

Copy Markdown View Source

Shared bulk actions component used by Table, List, and Grid renderers.

Supports themed buttons via label/variant attributes, or custom rendering via inner content. See the Advanced Features guide for comprehensive documentation.

Summary

Functions

Renders bulk action buttons when selectable is enabled and slots are provided.

Functions

render(assigns)

Renders bulk action buttons when selectable is enabled and slots are provided.

Required assigns

  • selectable - Boolean indicating if selection is enabled
  • selected_ids - MapSet of selected record IDs
  • bulk_action_slots - List of bulk_action slot definitions
  • theme - Theme configuration map
  • myself - LiveComponent reference for event targeting