Represents options for a mouse scroll action.

interface MouseScrollOption {
    amount?: number;
    tick?: number;
}

Hierarchy (view full)

Properties

Properties

amount?: number

The amount of scrolling, cannot be negative.

tick?: number

The number of ticks for scrolling, cannot be negative.