Skip to content

Class: EditorSkewEvent

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EditorSkewEvent(type, data?): EditorSkewEvent

Parameters

NameType
typestring
data?IEditorSkewEvent

Returns

EditorSkewEvent

Overrides

EditorEvent.constructor

Defined in

in/packages/editor/src/event/EditorSkewEvent.ts:14

Properties

SELECT

Static SELECT: string = 'editor.select'

Inherited from

EditorEvent.SELECT

Defined in

in/packages/editor/src/event/EditorEvent.ts:13


HOVER

Static HOVER: string = 'editor.hover'

Inherited from

EditorEvent.HOVER

Defined in

in/packages/editor/src/event/EditorEvent.ts:14


target

Readonly target: IUI

Implementation of

IEditorSkewEvent.target

Inherited from

EditorEvent.target

Defined in

in/packages/editor/src/event/EditorEvent.ts:16


editor

Readonly editor: IEditor

Implementation of

IEditorSkewEvent.editor

Inherited from

EditorEvent.editor

Defined in

in/packages/editor/src/event/EditorEvent.ts:17


value

Readonly value: IUI | IUI[]

Implementation of

IEditorSkewEvent.value

Inherited from

EditorEvent.value

Defined in

in/packages/editor/src/event/EditorEvent.ts:19


oldValue

Readonly oldValue: IUI | IUI[]

Implementation of

IEditorSkewEvent.oldValue

Inherited from

EditorEvent.oldValue

Defined in

in/packages/editor/src/event/EditorEvent.ts:20


worldOrigin

Readonly worldOrigin: IPointData

Implementation of

IEditorSkewEvent.worldOrigin

Inherited from

EditorEvent.worldOrigin

Defined in

in/packages/editor/src/event/EditorEvent.ts:25


origin

Readonly origin: IPointData

Implementation of

IEditorSkewEvent.origin

Inherited from

EditorEvent.origin

Defined in

in/packages/editor/src/event/EditorEvent.ts:26


SKEW

Static SKEW: string = 'editor.skew'

Defined in

in/packages/editor/src/event/EditorSkewEvent.ts:8


skewX

Readonly skewX: number

Implementation of

IEditorSkewEvent.skewX

Defined in

in/packages/editor/src/event/EditorSkewEvent.ts:11


skewY

Readonly skewY: number

Implementation of

IEditorSkewEvent.skewY

Defined in

in/packages/editor/src/event/EditorSkewEvent.ts:12


type

Readonly type: string

Implementation of

IEditorSkewEvent.type

Inherited from

EditorEvent.type

Defined in

leafer/packages/event/src/Event.ts:9


current

Readonly current: IEventTarget

Implementation of

IEditorSkewEvent.current

Inherited from

EditorEvent.current

Defined in

leafer/packages/event/src/Event.ts:11


bubbles

Readonly bubbles: boolean = false

Implementation of

IEditorSkewEvent.bubbles

Inherited from

EditorEvent.bubbles

Defined in

leafer/packages/event/src/Event.ts:13


phase

Readonly phase: number

Implementation of

IEditorSkewEvent.phase

Inherited from

EditorEvent.phase

Defined in

leafer/packages/event/src/Event.ts:14


isStopDefault

isStopDefault: boolean

Implementation of

IEditorSkewEvent.isStopDefault

Inherited from

EditorEvent.isStopDefault

Defined in

leafer/packages/event/src/Event.ts:16


isStop

isStop: boolean

Implementation of

IEditorSkewEvent.isStop

Inherited from

EditorEvent.isStop

Defined in

leafer/packages/event/src/Event.ts:17


isStopNow

isStopNow: boolean

Implementation of

IEditorSkewEvent.isStopNow

Inherited from

EditorEvent.isStopNow

Defined in

leafer/packages/event/src/Event.ts:18

Accessors

list

get list(): IUI[]

Returns

IUI[]

Implementation of

IEditorSkewEvent.list

Inherited from

EditorEvent.list

Defined in

in/packages/editor/src/event/EditorEvent.ts:22


oldList

get oldList(): IUI[]

Returns

IUI[]

Implementation of

IEditorSkewEvent.oldList

Inherited from

EditorEvent.oldList

Defined in

in/packages/editor/src/event/EditorEvent.ts:23

Methods

stopDefault

stopDefault(): void

Returns

void

Implementation of

IEditorSkewEvent.stopDefault

Inherited from

EditorEvent.stopDefault

Defined in

leafer/packages/event/src/Event.ts:25


stopNow

stopNow(): void

Returns

void

Implementation of

IEditorSkewEvent.stopNow

Inherited from

EditorEvent.stopNow

Defined in

leafer/packages/event/src/Event.ts:30


stop

stop(): void

Returns

void

Implementation of

IEditorSkewEvent.stop

Inherited from

EditorEvent.stop

Defined in

leafer/packages/event/src/Event.ts:36

Released under the MIT License.