Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewProps

Representation of the tree view properties.

Hierarchy

  • ViewProps

Index

Properties

handleScroll

handleScroll: (info: ScrollParams) => void

Type declaration

    • (info: ScrollParams): void
    • Parameters

      • info: ScrollParams

      Returns void

height

height: number

The height property.

renderNodeRow

renderNodeRow: (row: NodeRow) => ReactNode

Type declaration

rows

rows: NodeRow[]

The list of node rows.

Optional scrollToRow

scrollToRow: number

The scroll to row value.

width

width: number

The width property.