Properties
getViewEntity
isClickable
isClickable: boolean
isDraggable
isDraggable: boolean
isHoverable
isHoverable: boolean
isPinchable
isPinchable: boolean
isPressable
isPressable: boolean
isRotatable
isRotatable: boolean
onClick
onClick: ((event) => void)
Type declaration
- (event): void
Returns void
onDBClick
onDBClick: ((event) => void)
Type declaration
- (event): void
Returns void
onDragEnd
onDragEnd: ((event) => void)
Type declaration
- (event): void
Returns void
onDragMove
onDragMove: ((event) => void)
Type declaration
- (event): void
Returns void
onDragStart
onDragStart: ((event) => void)
Type declaration
- (event): void
Returns void
onHoverIn
onHoverIn: ((event) => void)
Type declaration
- (event): void
Returns void
onHoverOut
onHoverOut: ((event) => void)
Type declaration
- (event): void
Returns void
onPinch
onPinch: ((event) => void)
Type declaration
- (event): void
Returns void
onPinchEnd
onPinchEnd: ((event) => void)
Type declaration
- (event): void
Returns void
onPinchStart
onPinchStart: ((event) => void)
Type declaration
- (event): void
Returns void
onPress
onPress: ((event) => void)
Type declaration
- (event): void
Returns void
onPressUp
onPressUp: ((event) => void)
Type declaration
- (event): void
Returns void
onRightClick
onRightClick: ((event) => void)
Type declaration
- (event): void
Returns void
onRotate
onRotate: ((event) => void)
Type declaration
- (event): void
Returns void
onRotateEnd
onRotateEnd: ((event) => void)
Type declaration
- (event): void
Returns void
onRotateStart
onRotateStart: ((event) => void)
Type declaration
- (event): void
Returns void