Interface IMouseEvent
Package: @aurigma/design-atoms-text
Properties
clickCount
Declaration
clickCount: number;
Property Value
Type | Description |
---|---|
number |
isClick
Declaration
isClick: boolean;
Property Value
Type | Description |
---|---|
boolean |
isDrag
Declaration
isDrag: boolean;
Property Value
Type | Description |
---|---|
boolean |
type
Declaration
type: MouseEventType;
Property Value
Type | Description |
---|---|
MouseEventType |
x
Declaration
x: number;
Property Value
Type | Description |
---|---|
number |
y
Declaration
y: number;
Property Value
Type | Description |
---|---|
number |