Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SocSettingCell<D, V>

Type parameters

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

  • V = unknown

Hierarchy

  • UseTableCellProps<D, V>
  • UseRowStateCellProps<D>
    • SocSettingCell

Index

Properties

column

column: ColumnInstance<D>

getCellProps

getCellProps: (propGetter?: CellPropGetter<D>) => TableCellProps

Type declaration

    • (propGetter?: CellPropGetter<D>): TableCellProps
    • Parameters

      • Optional propGetter: CellPropGetter<D>

      Returns TableCellProps

render

render: (type: "Cell" | string, userProps?: undefined | object) => ReactNode

Type declaration

    • (type: "Cell" | string, userProps?: undefined | object): ReactNode
    • Parameters

      • type: "Cell" | string
      • Optional userProps: undefined | object

      Returns ReactNode

row

row: Row<D>

setState

setState: (updater: UseRowUpdater) => void

Type declaration

    • (updater: UseRowUpdater): void
    • Parameters

      • updater: UseRowUpdater

      Returns void

state

state: UseRowStateLocalState<D>

value

value: CellValue<V>

Generated using TypeDoc