Skip to content

Home > @liquidrazor/list-display > ListRowProps

ListRowProps interface

Signature:

typescript
export interface ListRowProps

Properties

Property

Modifiers

Type

Description

fields

Array<FieldSchema<any>>

idKey

string

onRowActionClick?

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

(Optional)

row

any

rowActions?

Array<RowAction<any, any>>

(Optional)

rowIndex

number

state

ListState<any>