Class: InnerEditorEvent
Hierarchy
↳
InnerEditorEvent
Implements
Table of contents
Constructors
Properties
- SELECT
- HOVER
- target
- editor
- value
- oldValue
- worldOrigin
- origin
- BEFORE_OPEN
- OPEN
- BEFORE_CLOSE
- CLOSE
- editTarget
- innerEditor
- type
- current
- bubbles
- phase
- isStopDefault
- isStop
- isStopNow
Accessors
Methods
Constructors
constructor
• new InnerEditorEvent(type
, data?
): InnerEditorEvent
Parameters
Name | Type |
---|---|
type | string |
data? | IInnerEditorEvent |
Returns
Overrides
Defined in
in/packages/editor/src/event/InnerEditorEvent.ts:19
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
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_OPEN
▪ Static
BEFORE_OPEN: string
= 'innerEditor.before_open'
Defined in
in/packages/editor/src/event/InnerEditorEvent.ts:10
OPEN
▪ Static
OPEN: string
= 'innerEditor.open'
Defined in
in/packages/editor/src/event/InnerEditorEvent.ts:11
BEFORE_CLOSE
▪ Static
BEFORE_CLOSE: string
= 'innerEditor.before_close'
Defined in
in/packages/editor/src/event/InnerEditorEvent.ts:13
CLOSE
▪ Static
CLOSE: string
= 'innerEditor.close'
Defined in
in/packages/editor/src/event/InnerEditorEvent.ts:14
editTarget
• Readonly
editTarget: IUI
Implementation of
Defined in
in/packages/editor/src/event/InnerEditorEvent.ts:16
innerEditor
• Readonly
innerEditor: IInnerEditor
Implementation of
Defined in
in/packages/editor/src/event/InnerEditorEvent.ts:17
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
IInnerEditorEvent.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