Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SocSettingRow<D>

Type parameters

  • D: Record<string, unknown> = Record<string, unknown>

Hierarchy

  • UseTableRowProps<D>
  • UseRowStateRowProps<D>
    • SocSettingRow

Index

Properties

allCells

allCells: Array<Cell<D>>

cells

cells: Array<Cell<D>>

getRowProps

getRowProps: (propGetter?: RowPropGetter<D>) => TableRowProps

Type declaration

    • (propGetter?: RowPropGetter<D>): TableRowProps
    • Parameters

      • Optional propGetter: RowPropGetter<D>

      Returns TableRowProps

id

id: string

index

index: number

original

original: D

setState

setState: (updater: UseRowUpdater) => void

Type declaration

    • (updater: UseRowUpdater): void
    • Parameters

      • updater: UseRowUpdater

      Returns void

state

state: UseRowStateLocalState<D>

subRows

subRows: Array<Row<D>>

values

values: Record<IdType<D>, CellValue>

Generated using TypeDoc