Interface: IEditorRotateEvent ​
Hierarchy ​
IEditorTransformEvent↳
IEditorRotateEvent
Implemented by ​
Table of contents ​
Properties ​
- target
- editor
- value
- oldValue
- list
- oldList
- worldOrigin
- origin
- transform
- operateEvent
- isStart
- isEnd
- rotation
- type
- current
- bubbles
- phase
- isStopDefault
- isStop
- isStopNow
Methods ​
Properties ​
target ​
• Optional Readonly target: IUI
Inherited from ​
IEditorTransformEvent.target
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:69
editor ​
• Optional Readonly editor: IEditor
Inherited from ​
IEditorTransformEvent.editor
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:70
value ​
• Optional Readonly value: IUI | IUI[]
Inherited from ​
IEditorTransformEvent.value
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:72
oldValue ​
• Optional Readonly oldValue: IUI | IUI[]
Inherited from ​
IEditorTransformEvent.oldValue
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:73
list ​
• Optional Readonly list: IUI[]
Inherited from ​
IEditorTransformEvent.list
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:74
oldList ​
• Optional Readonly oldList: IUI[]
Inherited from ​
IEditorTransformEvent.oldList
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:75
worldOrigin ​
• Optional Readonly worldOrigin: IPointData
Inherited from ​
IEditorTransformEvent.worldOrigin
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:77
origin ​
• Optional Readonly origin: IPointData
Inherited from ​
IEditorTransformEvent.origin
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:78
transform ​
• Optional transform: IMatrixData
Inherited from ​
IEditorTransformEvent.transform
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:92
operateEvent ​
• Optional operateEvent: IDragEvent | IRotateEvent | IZoomEvent | IMoveEvent
Inherited from ​
IEditorTransformEvent.operateEvent
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:94
isStart ​
• Optional isStart: boolean
Inherited from ​
IEditorTransformEvent.isStart
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:95
isEnd ​
• Optional isEnd: boolean
Inherited from ​
IEditorTransformEvent.isEnd
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:96
rotation ​
• Optional Readonly rotation: number
Defined in ​
src/in/packages/interface/src/editor/IEditor.ts:118
type ​
• Optional type: string
Inherited from ​
IEditorTransformEvent.type
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:11
current ​
• Optional current: IEventTarget
Inherited from ​
IEditorTransformEvent.current
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:13
bubbles ​
• Optional bubbles: boolean
Inherited from ​
IEditorTransformEvent.bubbles
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:15
phase ​
• Optional phase: number
Inherited from ​
IEditorTransformEvent.phase
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:16
isStopDefault ​
• Optional isStopDefault: boolean
Inherited from ​
IEditorTransformEvent.isStopDefault
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:18
isStop ​
• Optional isStop: boolean
Inherited from ​
IEditorTransformEvent.isStop
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:19
isStopNow ​
• Optional isStopNow: boolean
Inherited from ​
IEditorTransformEvent.isStopNow
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:20
Methods ​
stopDefault ​
â–¸ stopDefault(): void
Returns ​
void
Inherited from ​
IEditorTransformEvent.stopDefault
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:21
stopNow ​
â–¸ stopNow(): void
Returns ​
void
Inherited from ​
IEditorTransformEvent.stopNow
Defined in ​
src/leafer/packages/interface/src/event/IEvent.ts:22
stop ​
â–¸ stop(): void
Returns ​
void
Inherited from ​
IEditorTransformEvent.stop