Skip to content

Home > @liquidrazor/list-display > ListBodyProps

ListBodyProps interface

Signature:

typescript
export interface ListBodyProps

Properties

Property

Modifiers

Type

Description

fields

Array<FieldSchema<any>>

idKey

string

onRowActionClick?

(actionId: string, rowIndex: number) => void

(Optional)

rowActions?

Array<RowAction<any, any>>

(Optional)

state

ListState<any>