Skip to content

Class: InnerEditor

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new InnerEditor(editor)

Parameters

NameType
editorIEditor

Defined in

in/packages/editor/src/tool/InnerEditor.ts:30

Properties

editTarget

editTarget: IUI

Implementation of

IInnerEditor.editTarget

Defined in

in/packages/editor/src/tool/InnerEditor.ts:18


config

config: IObject

Implementation of

IInnerEditor.config

Defined in

in/packages/editor/src/tool/InnerEditor.ts:20


editor

editor: IEditor

Implementation of

IInnerEditor.editor

Defined in

in/packages/editor/src/tool/InnerEditor.ts:22


view

view: IGroup

Implementation of

IInnerEditor.view

Defined in

in/packages/editor/src/tool/InnerEditor.ts:25


eventIds

eventIds: IEventListenerId[] = []

Implementation of

IInnerEditor.eventIds

Defined in

in/packages/editor/src/tool/InnerEditor.ts:27

Accessors

tag

get tag(): string

Returns

string

Implementation of

IInnerEditor.tag

Defined in

in/packages/editor/src/tool/InnerEditor.ts:14


mode

get mode(): IInnerEditorMode

Returns

IInnerEditorMode

Implementation of

IInnerEditor.mode

Defined in

in/packages/editor/src/tool/InnerEditor.ts:16


editBox

get editBox(): IEditBox

Returns

IEditBox

Implementation of

IInnerEditor.editBox

Defined in

in/packages/editor/src/tool/InnerEditor.ts:23

Methods

registerInnerEditor

Static registerInnerEditor(): void

Returns

void

Defined in

in/packages/editor/src/tool/InnerEditor.ts:9


onCreate

onCreate(): void

Returns

void

Implementation of

IInnerEditor.onCreate

Defined in

in/packages/editor/src/tool/InnerEditor.ts:36


create

create(): void

Returns

void

Implementation of

IInnerEditor.create

Defined in

in/packages/editor/src/tool/InnerEditor.ts:37


onLoad

onLoad(): void

Returns

void

Implementation of

IInnerEditor.onLoad

Defined in

in/packages/editor/src/tool/InnerEditor.ts:45


load

load(): void

Returns

void

Implementation of

IInnerEditor.load

Defined in

in/packages/editor/src/tool/InnerEditor.ts:46


onUpdate

onUpdate(): void

Returns

void

Implementation of

IInnerEditor.onUpdate

Defined in

in/packages/editor/src/tool/InnerEditor.ts:54


update

update(): void

Returns

void

Implementation of

IInnerEditor.update

Defined in

in/packages/editor/src/tool/InnerEditor.ts:55


onUnload

onUnload(): void

Returns

void

Defined in

in/packages/editor/src/tool/InnerEditor.ts:57


unload

unload(): void

Returns

void

Implementation of

IInnerEditor.unload

Defined in

in/packages/editor/src/tool/InnerEditor.ts:58


onDestroy

onDestroy(): void

Returns

void

Implementation of

IInnerEditor.onDestroy

Defined in

in/packages/editor/src/tool/InnerEditor.ts:66


destroy

destroy(): void

Returns

void

Implementation of

IInnerEditor.destroy

Defined in

in/packages/editor/src/tool/InnerEditor.ts:67

Released under the MIT License.