Skip to main content

InterfaceActionsCellProps

Admin Docs


Interface: InterfaceActionsCellProps<T>

Defined in: src/types/shared-components/ActionsCell/interface.ts:9

Props for the ActionsCell component.

Used to render per-row action buttons in a DataTable.

Type Parameters

T

T

The type of the row data

Properties

actions

actions: readonly IRowAction<T>[]

Defined in: src/types/shared-components/ActionsCell/interface.ts:13

Array of action definitions


row

row: T

Defined in: src/types/shared-components/ActionsCell/interface.ts:11

The row data object