Module: interfaces
Index
Interfaces
- Components
- ComputeItemKey
- GridComponents
- GridItem
- GridItemContent
- GroupContent
- GroupItem
- GroupItemContent
- GroupProps
- IndexLocationWithAlign
- Item
- ItemContent
- ItemProps
- ListRange
- RecordItem
- ScrollSeekConfiguration
- ScrollSeekPlaceholderProps
- ScrollSeekToggle
- WindowViewportInfo
Type aliases
- FollowOutput
- FollowOutputCallback
- FollowOutputScalarType
- GridListProps
- GridRootProps
- ListItem
- ListProps
- ListRootProps
- ScrollerProps
Type aliases
FollowOutput
Ƭ FollowOutput: FollowOutputCallback | FollowOutputScalarType
Defined in interfaces.ts:125
FollowOutputCallback
Ƭ FollowOutputCallback: (isAtBottom: boolean) => FollowOutputScalarType
Defined in interfaces.ts:124
FollowOutputScalarType
Ƭ FollowOutputScalarType: boolean | "smooth" | "auto"
Defined in interfaces.ts:123
GridListProps
Ƭ GridListProps: Pick<ComponentPropsWithRef<"div">, "style" | "children" | "ref" | "className">
Defined in interfaces.ts:40
Passed to the Components.List custom component
GridRootProps
Ƭ GridRootProps: Omit<HTMLProps<"div">, "ref" | "data">
Defined in interfaces.ts:163
ListItem
Ƭ ListItem<D>: RecordItem<D> | GroupItem<D>
Defined in interfaces.ts:145
Type parameters:
Name |
---|
D |
ListProps
Ƭ ListProps: Pick<ComponentPropsWithRef<"div">, "style" | "children" | "ref">
Defined in interfaces.ts:35
Passed to the Components.List custom component
ListRootProps
Ƭ ListRootProps: Omit<HTMLProps<"div">, "ref" | "data">
Defined in interfaces.ts:162
ScrollerProps
Ƭ ScrollerProps: Pick<ComponentPropsWithRef<"div">, "style" | "children" | "tabIndex" | "ref">
Defined in interfaces.ts:45
Passed to the Components.Scroller custom component