Skip to content

Class: EditorGroupEvent โ€‹

Hierarchy โ€‹

Implements โ€‹

Table of contents โ€‹

Constructors โ€‹

Properties โ€‹

Accessors โ€‹

Methods โ€‹

Constructors โ€‹

constructor โ€‹

โ€ข new EditorGroupEvent(type, data?)

Parameters โ€‹

NameType
typestring
data?IEditorGroupEvent

Overrides โ€‹

EditorEvent.constructor

Defined in โ€‹

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

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


BEFORE_GROUP โ€‹

โ–ช Static BEFORE_GROUP: string = 'editor.before_group'

Defined in โ€‹

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


GROUP โ€‹

โ–ช Static GROUP: string = 'editor.group'

Defined in โ€‹

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


BEFORE_UNGROUP โ€‹

โ–ช Static BEFORE_UNGROUP: string = 'editor.before_ungroup'

Defined in โ€‹

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


UNGROUP โ€‹

โ–ช Static UNGROUP: string = 'editor.ungroup'

Defined in โ€‹

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


BEFORE_OPEN โ€‹

โ–ช Static BEFORE_OPEN: string = 'editor.before_open_group'

Defined in โ€‹

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


OPEN โ€‹

โ–ช Static OPEN: string = 'editor.open_group'

Defined in โ€‹

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


BEFORE_CLOSE โ€‹

โ–ช Static BEFORE_CLOSE: string = 'editor.before_close_group'

Defined in โ€‹

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


CLOSE โ€‹

โ–ช Static CLOSE: string = 'editor.close_group'

Defined in โ€‹

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


editTarget โ€‹

โ€ข Readonly editTarget: IGroup

Implementation of โ€‹

IEditorGroupEvent.editTarget

Defined in โ€‹

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


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.