Interface VirtualTreeNode

Hierarchy

  • VirtualTreeNode

Properties

attributes?: Record<string, unknown>
box: Box
children?: string | VirtualTreeNode[]
classNames?: string
columnPosition?: ColumnPositionInfo
disabled?: boolean
gridOptions: GridOptions
htmlAtrributes?: Record<string, unknown>
key: string
refresh?: null | (() => void)
renderer?: ((props: RendererProps) => unknown)

Type declaration

rowPosition?: RowPositionInfo
selectable?: boolean
styles?: Record<string, unknown>

Generated using TypeDoc