Skip to content

Interface: IInnerEditorEvent ​

Hierarchy ​

Implemented by ​

Table of contents ​

Properties ​

Methods ​

Properties ​

target ​

• Optional Readonly target: IUI

Inherited from ​

IEditorEvent.target

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:69


editor ​

• Optional Readonly editor: IEditor

Inherited from ​

IEditorEvent.editor

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:70


value ​

• Optional Readonly value: IUI | IUI[]

Inherited from ​

IEditorEvent.value

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:72


oldValue ​

• Optional Readonly oldValue: IUI | IUI[]

Inherited from ​

IEditorEvent.oldValue

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:73


list ​

• Optional Readonly list: IUI[]

Inherited from ​

IEditorEvent.list

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:74


oldList ​

• Optional Readonly oldList: IUI[]

Inherited from ​

IEditorEvent.oldList

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:75


worldOrigin ​

• Optional Readonly worldOrigin: IPointData

Inherited from ​

IEditorEvent.worldOrigin

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:77


origin ​

• Optional Readonly origin: IPointData

Inherited from ​

IEditorEvent.origin

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:78


editTarget ​

• editTarget: IUI

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:82


innerEditor ​

• innerEditor: IInnerEditor

Defined in ​

src/in/packages/interface/src/editor/IEditor.ts:83


type ​

• Optional type: string

Inherited from ​

IEditorEvent.type

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:11


current ​

• Optional current: IEventTarget

Inherited from ​

IEditorEvent.current

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:13


bubbles ​

• Optional bubbles: boolean

Inherited from ​

IEditorEvent.bubbles

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:15


phase ​

• Optional phase: number

Inherited from ​

IEditorEvent.phase

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:16


isStopDefault ​

• Optional isStopDefault: boolean

Inherited from ​

IEditorEvent.isStopDefault

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:18


isStop ​

• Optional isStop: boolean

Inherited from ​

IEditorEvent.isStop

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:19


isStopNow ​

• Optional isStopNow: boolean

Inherited from ​

IEditorEvent.isStopNow

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:20

Methods ​

stopDefault ​

â–¸ stopDefault(): void

Returns ​

void

Inherited from ​

IEditorEvent.stopDefault

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:21


stopNow ​

â–¸ stopNow(): void

Returns ​

void

Inherited from ​

IEditorEvent.stopNow

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:22


stop ​

â–¸ stop(): void

Returns ​

void

Inherited from ​

IEditorEvent.stop

Defined in ​

src/leafer/packages/interface/src/event/IEvent.ts:23

Released under the MIT License.