Interface IStaticProps

Static properties that do not change after initialization.

Hierarchy

Properties

__fixHelperStaticProps?: any
container: string | Element | Window

The container where the custom cursor will be active. Can be the window, a specific DOM element, or a string selector.

Default

window
isNativeCursorHidden?: boolean

Determines whether the native cursor should be hidden.

Default

false