Home > @unseenco/backstage-core > createElementHorizontalScrollDriver
createElementHorizontalScrollDriver() function
Horizontal scroll on a custom overflow element.
Signature:
typescript
export declare function createElementHorizontalScrollDriver(element: HTMLElement): ScrollDriver;Parameters
| Parameter | Type | Description |
|---|---|---|
| element | HTMLElement |
Returns: