Menu
React VirtuosoDocsBlog
GitHub
React Virtuoso
  • Docs
  • Blog
  • GitHub
  • Introduction
    • Getting Started
    • Troubleshooting
    • Migrate from v0 to v1
  • Basics
    • 100,000 Items
    • Top Items
    • Footer
    • Auto Resizing
    • Scroll Handling
    • Scroll to Index
    • Initial Index
    • Range Change Callback
  • Grouped Mode
    • Grouped Numbers
    • Grouped by First Letter
    • Load on Demand
    • Scroll to Group
  • Table
    • Basic Example
    • Fixed Headers
    • Material UI Table
    • Fixed Columns
    • React Table
  • Grid
    • Responsive Columns
  • Scenarios
    • Press to Load More
    • Endless Scrolling
    • Prepending Items
    • Stick to Bottom
    • Scroll Seek Placeholders
    • MUI List
    • React Sortable HOC
    • React Beautiful DND
    • Window Scrolling
    • Keyboard Navigation
    • RB DND + Window Scroller
    • Mocking in tests
  • Customize Markup
    • Customize Scroller
    • Customize Rendering
  • API Reference
    • Virtuoso
    • Virtuoso Grid
    • Table Virtuoso
  • Interfaces
    • CalculateViewLocationParams
    • Components
    • ComputeItemKey
    • FillerRowProps
    • FlatIndexLocationWithAlign
    • FlatScrollIntoViewLocation
    • GridComponents
    • GridComputeItemKey
    • GridItem
    • GridItemContent
    • GridItemProps
    • GridScrollSeekPlaceholderProps
    • GroupContent
    • GroupIndexLocationWithAlign
    • GroupItem
    • GroupItemContent
    • GroupedScrollIntoViewLocation
    • Item
    • ItemContent
    • ListRange
    • LocationOptions
    • RecordItem
    • ScrollContainerState
    • ScrollIntoViewLocationOptions
    • ScrollSeekConfiguration
    • ScrollSeekPlaceholderProps
    • ScrollSeekToggle
    • TableComponents
    • WindowViewportInfo
    • SystemPropsMap
    • Cell
    • Emitter
    • Publisher
    • StatefulStream
    • Stream
    • Subscription
    • Unsubscribe
    • Comparator
    • Operator
    • System
    • SystemSpec
    • Proc

Interface: Item<D>

"interfaces".Item

Type parameters#

Name
D

Hierarchy#

  • Item

    ↳ RecordItem

    ↳ GroupItem

Properties#

data#

• Optional data: D

Defined in interfaces.ts:226


index#

• index: number

Defined in interfaces.ts:223


offset#

• offset: number

Defined in interfaces.ts:224


size#

• size: number

Defined in interfaces.ts:225

Edit this page
Previous
« Interface: GroupedScrollIntoViewLocation
Next
Interface: ItemContent<D, C> »
  • Type parameters
  • Hierarchy
  • Properties
    • data
    • index
    • offset
    • size
Copyright © 2023 Petyo Ivanov. Built with Docusaurus.