Interface ICursorType

Information about the currently hovered element affecting cursor behavior.

interface ICursorType {
    element: Element;
    type: string;
}

Properties

Properties

element: Element

The currently hovered element.

type: string

Cursor type