Class: EditorGroupEvent โ
Hierarchy โ
โณ
EditorGroupEvent
Implements โ
Table of contents โ
Constructors โ
Properties โ
- SELECT
- HOVER
- target
- editor
- value
- oldValue
- worldOrigin
- origin
- BEFORE_GROUP
- GROUP
- BEFORE_UNGROUP
- UNGROUP
- BEFORE_OPEN
- OPEN
- BEFORE_CLOSE
- CLOSE
- editTarget
- type
- current
- bubbles
- phase
- isStopDefault
- isStop
- isStopNow
Accessors โ
Methods โ
Constructors โ
constructor โ
โข new EditorGroupEvent(type
, data?
)
Parameters โ
Name | Type |
---|---|
type | string |
data? | IEditorGroupEvent |
Overrides โ
Defined in โ
in/packages/editor/src/event/EditorGroupEvent.ts:25
Properties โ
SELECT โ
โช Static
SELECT: string
= 'editor.select'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:13
HOVER โ
โช Static
HOVER: string
= 'editor.hover'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:14
target โ
โข Readonly
target: IUI
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:16
editor โ
โข Readonly
editor: IEditor
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:17
value โ
โข Readonly
value: IUI
| IUI
[]
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:19
oldValue โ
โข Readonly
oldValue: IUI
| IUI
[]
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:20
worldOrigin โ
โข Readonly
worldOrigin: IPointData
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:25
origin โ
โข Readonly
origin: IPointData
Implementation of โ
Inherited from โ
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 โ
Defined in โ
in/packages/editor/src/event/EditorGroupEvent.ts:23
type โ
โข Readonly
type: string
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:9
current โ
โข Readonly
current: IEventTarget
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:11
bubbles โ
โข Readonly
bubbles: boolean
= false
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:13
phase โ
โข Readonly
phase: number
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:14
isStopDefault โ
โข isStopDefault: boolean
Implementation of โ
IEditorGroupEvent.isStopDefault
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:16
isStop โ
โข isStop: boolean
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:17
isStopNow โ
โข isStopNow: boolean
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:18
Accessors โ
list โ
โข get
list(): IUI
[]
Returns โ
IUI
[]
Implementation of โ
Inherited from โ
EditorEvent.list
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:22
oldList โ
โข get
oldList(): IUI
[]
Returns โ
IUI
[]
Implementation of โ
Inherited from โ
EditorEvent.oldList
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:23
Methods โ
stopDefault โ
โธ stopDefault(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:25
stopNow โ
โธ stopNow(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:30
stop โ
โธ stop(): void
Returns โ
void