Skip to content

Class: EditorGroupEvent

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EditorGroupEvent(type, data?): EditorGroupEvent

Parameters

NameType
typestring
data?IEditorGroupEvent

Returns

EditorGroupEvent

Overrides

EditorEvent.constructor

Defined in

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

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

IEditorGroupEvent.target

Inherited from

EditorEvent.target

Defined in

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


editor

Readonly editor: IEditor

Implementation of

IEditorGroupEvent.editor

Inherited from

EditorEvent.editor

Defined in

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


value

Readonly value: IUI | IUI[]

Implementation of

IEditorGroupEvent.value

Inherited from

EditorEvent.value

Defined in

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


oldValue

Readonly oldValue: IUI | IUI[]

Implementation of

IEditorGroupEvent.oldValue

Inherited from

EditorEvent.oldValue

Defined in

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


worldOrigin

Readonly worldOrigin: IPointData

Implementation of

IEditorGroupEvent.worldOrigin

Inherited from

EditorEvent.worldOrigin

Defined in

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


origin

Readonly origin: IPointData

Implementation of

IEditorGroupEvent.origin

Inherited from

EditorEvent.origin

Defined in

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


GROUP

Static GROUP: string = 'editor.group'

Defined in

in/packages/editor/src/event/EditorGroupEvent.ts:10


BEFORE_UNGROUP

Static BEFORE_UNGROUP: string = 'editor.before_ungroup'

Defined in

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


UNGROUP

Static UNGROUP: string = 'editor.ungroup'

Defined in

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


OPEN

Static OPEN: string = 'editor.open_group'

Defined in

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


CLOSE

Static CLOSE: string = 'editor.close_group'

Defined in

in/packages/editor/src/event/EditorGroupEvent.ts:15


editTarget

Readonly editTarget: IGroup

Implementation of

IEditorGroupEvent.editTarget

Defined in

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


type

Readonly type: string

Implementation of

IEditorGroupEvent.type

Inherited from

EditorEvent.type

Defined in

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


current

Readonly current: IEventTarget

Implementation of

IEditorGroupEvent.current

Inherited from

EditorEvent.current

Defined in

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


bubbles

Readonly bubbles: boolean = false

Implementation of

IEditorGroupEvent.bubbles

Inherited from

EditorEvent.bubbles

Defined in

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


phase

Readonly phase: number

Implementation of

IEditorGroupEvent.phase

Inherited from

EditorEvent.phase

Defined in

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


isStopDefault

isStopDefault: boolean

Implementation of

IEditorGroupEvent.isStopDefault

Inherited from

EditorEvent.isStopDefault

Defined in

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


isStop

isStop: boolean

Implementation of

IEditorGroupEvent.isStop

Inherited from

EditorEvent.isStop

Defined in

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


isStopNow

isStopNow: boolean

Implementation of

IEditorGroupEvent.isStopNow

Inherited from

EditorEvent.isStopNow

Defined in

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

Accessors

list

get list(): IUI[]

Returns

IUI[]

Implementation of

IEditorGroupEvent.list

Inherited from

EditorEvent.list

Defined in

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


oldList

get oldList(): IUI[]

Returns

IUI[]

Implementation of

IEditorGroupEvent.oldList

Inherited from

EditorEvent.oldList

Defined in

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

Methods

stopDefault

stopDefault(): void

Returns

void

Implementation of

IEditorGroupEvent.stopDefault

Inherited from

EditorEvent.stopDefault

Defined in

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


stopNow

stopNow(): void

Returns

void

Implementation of

IEditorGroupEvent.stopNow

Inherited from

EditorEvent.stopNow

Defined in

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


stop

stop(): void

Returns

void

Implementation of

IEditorGroupEvent.stop

Inherited from

EditorEvent.stop

Defined in

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

Released under the MIT License.