Interface ICursorStaticProps

interface ICursorStaticProps {
    __staticProp?: null;
    container?: Element | Window;
    hideNative?: boolean;
}

Hierarchy (View Summary)

Properties

__staticProp?: null
container?: Element | Window

The container where the custom cursor is active. Use window for full-window activation.

window
hideNative?: boolean

Hides the native cursor if set to true.

false