Skip to content

Class: InnerEditorEvent ​

Hierarchy ​

Implements ​

Table of contents ​

Constructors ​

Properties ​

Accessors ​

Methods ​

Constructors ​

constructor ​

• new InnerEditorEvent(type, data?): InnerEditorEvent

Parameters ​

NameType
typestring
data?IInnerEditorEvent

Returns ​

InnerEditorEvent

Overrides ​

EditorEvent.constructor

Defined in ​

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

Properties ​

BEFORE_SELECT ​

â–Ş Static BEFORE_SELECT: string = 'editor.before_select'

Inherited from ​

EditorEvent.BEFORE_SELECT

Defined in ​

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


SELECT ​

â–Ş Static SELECT: string = 'editor.select'

Inherited from ​

EditorEvent.SELECT

Defined in ​

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


AFTER_SELECT ​

â–Ş Static AFTER_SELECT: string = 'editor.after_select'

Inherited from ​

EditorEvent.AFTER_SELECT

Defined in ​

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


BEFORE_HOVER ​

â–Ş Static BEFORE_HOVER: string = 'editor.before_hover'

Inherited from ​

EditorEvent.BEFORE_HOVER

Defined in ​

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


HOVER ​

â–Ş Static HOVER: string = 'editor.hover'

Inherited from ​

EditorEvent.HOVER

Defined in ​

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


target ​

• Readonly target: IUI

Implementation of ​

IInnerEditorEvent.target

Inherited from ​

EditorEvent.target

Defined in ​

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


editor ​

• Readonly editor: IEditor

Implementation of ​

IInnerEditorEvent.editor

Inherited from ​

EditorEvent.editor

Defined in ​

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


value ​

• Readonly value: IUI | IUI[]

Implementation of ​

IInnerEditorEvent.value

Inherited from ​

EditorEvent.value

Defined in ​

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


oldValue ​

• Readonly oldValue: IUI | IUI[]

Implementation of ​

IInnerEditorEvent.oldValue

Inherited from ​

EditorEvent.oldValue

Defined in ​

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


worldOrigin ​

• Readonly worldOrigin: IPointData

Implementation of ​

IInnerEditorEvent.worldOrigin

Inherited from ​

EditorEvent.worldOrigin

Defined in ​

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


origin ​

• Readonly origin: IPointData

Implementation of ​

IInnerEditorEvent.origin

Inherited from ​

EditorEvent.origin

Defined in ​

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


BEFORE_OPEN ​

â–Ş Static BEFORE_OPEN: string = 'innerEditor.before_open'

Defined in ​

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


OPEN ​

â–Ş Static OPEN: string = 'innerEditor.open'

Defined in ​

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


BEFORE_CLOSE ​

â–Ş Static BEFORE_CLOSE: string = 'innerEditor.before_close'

Defined in ​

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


CLOSE ​

â–Ş Static CLOSE: string = 'innerEditor.close'

Defined in ​

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


editTarget ​

• Readonly editTarget: IUI

Implementation of ​

IInnerEditorEvent.editTarget

Defined in ​

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


innerEditor ​

• Readonly innerEditor: IInnerEditor

Implementation of ​

IInnerEditorEvent.innerEditor

Defined in ​

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


type ​

• Readonly type: string

Implementation of ​

IInnerEditorEvent.type

Inherited from ​

EditorEvent.type

Defined in ​

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


current ​

• Readonly current: IEventTarget

Implementation of ​

IInnerEditorEvent.current

Inherited from ​

EditorEvent.current

Defined in ​

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


bubbles ​

• Readonly bubbles: boolean = false

Implementation of ​

IInnerEditorEvent.bubbles

Inherited from ​

EditorEvent.bubbles

Defined in ​

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


phase ​

• Readonly phase: number

Implementation of ​

IInnerEditorEvent.phase

Inherited from ​

EditorEvent.phase

Defined in ​

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


isStopDefault ​

• isStopDefault: boolean

Implementation of ​

IInnerEditorEvent.isStopDefault

Inherited from ​

EditorEvent.isStopDefault

Defined in ​

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


isStop ​

• isStop: boolean

Implementation of ​

IInnerEditorEvent.isStop

Inherited from ​

EditorEvent.isStop

Defined in ​

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


isStopNow ​

• isStopNow: boolean

Implementation of ​

IInnerEditorEvent.isStopNow

Inherited from ​

EditorEvent.isStopNow

Defined in ​

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

Accessors ​

list ​

• get list(): IUI[]

Returns ​

IUI[]

Implementation of ​

IInnerEditorEvent.list

Inherited from ​

EditorEvent.list

Defined in ​

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


oldList ​

• get oldList(): IUI[]

Returns ​

IUI[]

Implementation of ​

IInnerEditorEvent.oldList

Inherited from ​

EditorEvent.oldList

Defined in ​

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

Methods ​

stopDefault ​

â–¸ stopDefault(): void

Returns ​

void

Implementation of ​

IInnerEditorEvent.stopDefault

Inherited from ​

EditorEvent.stopDefault

Defined in ​

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


stopNow ​

â–¸ stopNow(): void

Returns ​

void

Implementation of ​

IInnerEditorEvent.stopNow

Inherited from ​

EditorEvent.stopNow

Defined in ​

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


stop ​

â–¸ stop(): void

Returns ​

void

Implementation of ​

IInnerEditorEvent.stop

Inherited from ​

EditorEvent.stop

Defined in ​

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

Released under the MIT License.