Posts
Topics
Projects
About
Contact
Preparing search index...
The search index is not available
The Candid Startup
InfiniSheet
@candidstartup/react-virtual-scroll
ScrollToOption
Type Alias ScrollToOption
ScrollToOption
:
"topleft"
|
"visible"
Option for
VirtualGridProxy.scrollToItem
and
VirtualListProxy.scrollToItem
topleft
scrolls the item as far to the top and left as possible
visible
scrolls the item the minimum amount needed to ensure that it's visible
Default Value
topleft
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Project Home
Posts
Topics
Projects
About
Contact
InfiniSheet
Modules
@candidstartup/event-sourced-spreadsheet-data
Classes
EventSourcedSpreadsheetData
Interfaces
EventSourcedSnapshot
SetCellValueAndFormatLogEntry
Type Aliases
SpreadsheetLogEntry
@candidstartup/infinisheet-types
Classes
EmptySpreadsheetData
FixedSizeItemOffsetMapping
ResultAsync
VariableSizeItemOffsetMapping
Functions
colRefToIndex
conflictError
err
errAsync
indexToColRef
infinisheetRangeError
ok
okAsync
rowColCoordsToRef
rowColRefToCoords
splitRowColRef
storageError
validationError
Interfaces
CellError
ConflictError
Err
EventLog
InfinisheetError
InfinisheetRangeError
ItemOffsetMapping
LogEntry
LogMetadata
Ok
QueryValue
SpreadsheetData
StorageError
ValidationError
Type Aliases
AddEntryError
BlobId
CellErrorValue
CellValue
ColRef
MetadataError
QueryError
Result
RowColCoords
RowColRef
SequenceId
SpreadsheetDataError
TruncateError
WorkflowId
@candidstartup/react-spreadsheet
Components
VirtualSpreadsheet
VirtualSpreadsheetGeneric
Interfaces
ReactSpreadsheetData
VirtualSpreadsheetGenericProps
VirtualSpreadsheetProps
VirtualSpreadsheetTheme
Variables
VirtualSpreadsheetDefaultTheme
@candidstartup/react-virtual-scroll
Components
AutoSizer
DisplayGrid
DisplayList
VirtualContainer
VirtualGrid
VirtualList
VirtualScroll
Functions
getOffsetToScrollRange
getRangeToScroll
useFixedSizeItemOffsetMapping
useVariableSizeItemOffsetMapping
virtualGridScrollToItem
virtualListScrollToItem
Interfaces
AutoSizerProps
AutoSizerRenderProps
ComponentProps
DisplayBaseItemProps
DisplayBaseProps
DisplayGridItemProps
DisplayGridProps
DisplayListItemProps
DisplayListProps
ItemOffsetMapping
ScrollState
VirtualBaseProps
VirtualContainerComponentProps
VirtualContentProps
VirtualGridProps
VirtualGridProxy
VirtualListProps
VirtualListProxy
VirtualScrollableProps
VirtualScrollProps
VirtualScrollProxy
Type Aliases
AutoSizerRender
DisplayGridItem
DisplayListItem
GridItemKey
ListItemKey
ScrollDirection
ScrollEvent
ScrollLayout
ScrollRange
ScrollToOption
VirtualContainerRender
VirtualContainerRenderProps
VirtualContentRender
VirtualGridScrollHandler
VirtualListScrollHandler
VirtualScrollHandler
@candidstartup/simple-spreadsheet-data
Classes
DelayEventLog
LayeredSpreadsheetData
SimpleEventLog
SimpleSpreadsheetData
Interfaces
LayeredSnapshot
SimpleSnapshot
Type Aliases
SnapshotType
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Option for VirtualGridProxy.scrollToItem and VirtualListProxy.scrollToItem
topleft
scrolls the item as far to the top and left as possiblevisible
scrolls the item the minimum amount needed to ensure that it's visible