Interface PointerDevice

Represents a pointer device.

This is an immutable object.

interface PointerDevice {
    type: string;
}

Properties

Properties

type: string

Indicates the pointerType property of the PointerEvent.