MCPcopy
hub / github.com/handsontable/handsontable / HotTableProps

Interface HotTableProps

wrappers/react-wrapper/src/types.tsx:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 * component-related properties.
65 */
66export interface HotTableProps extends ReplaceRenderersEditors<Handsontable.GridSettings> {
67 id?: string,
68 className?: string,
69 style?: CSSProperties,
70 children?: ReactNode
71}
72
73/**
74 * Properties related to the HotColumn architecture.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…