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
  • Scenarios
    • Press to Load More
    • Endless Scrolling
    • Prepending Items
    • Stick to Bottom
    • Scroll Seek Placeholders
    • Material UI
    • React Sortable HOC
  • Customize Markup
    • Customize Scroller
    • Customize Rendering
  • Grid
    • Responsive Columns
  • API Reference
    • Virtuoso
    • Virtuoso Grid
  • Interfaces
    • Components
    • ComputeItemKey
    • GridComponents
    • GridItem
    • GridItemContent
    • GridListProps
    • GroupContent
    • GroupItem
    • GroupItemContent
    • GroupProps
    • IndexLocationWithAlign
    • Item
    • ItemContent
    • ItemProps
    • ListProps
    • ListRange
    • RecordItem
    • ScrollSeekConfiguration
    • ScrollSeekPlaceholderProps
    • ScrollSeekToggle
    • ScrollerProps

Interface: Item<D>

"interfaces".Item

Type parameters#

Name
D

Hierarchy#

  • Item

    ↳ RecordItem

    ↳ GroupItem

Properties#

data#

• Optional data: D

Defined in interfaces.ts:129


index#

• index: number

Defined in interfaces.ts:126


offset#

• offset: number

Defined in interfaces.ts:127


size#

• size: number

Defined in interfaces.ts:128

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