Skip to content

Class: InnerEditor

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new InnerEditor(editor): InnerEditor

Parameters

NameType
editorIEditor

Returns

InnerEditor

Defined in

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

Properties

editTarget

editTarget: IUI

Implementation of

IInnerEditor.editTarget

Defined in

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


config

config: IObject

Implementation of

IInnerEditor.config

Defined in

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


editor

editor: IEditor

Implementation of

IInnerEditor.editor

Defined in

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


view

view: IGroup

Implementation of

IInnerEditor.view

Defined in

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


eventIds

eventIds: IEventListenerId[]

Implementation of

IInnerEditor.eventIds

Defined in

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

Accessors

tag

get tag(): string

Returns

string

Implementation of

IInnerEditor.tag

Defined in

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


editBox

get editBox(): IEditBox

Returns

IEditBox

Implementation of

IInnerEditor.editBox

Defined in

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

Methods

registerInnerEditor

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:34


create

create(): void

Returns

void

Implementation of

IInnerEditor.create

Defined in

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


onLoad

onLoad(): void

Returns

void

Implementation of

IInnerEditor.onLoad

Defined in

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


load

load(): void

Returns

void

Implementation of

IInnerEditor.load

Defined in

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


onUpdate

onUpdate(): void

Returns

void

Implementation of

IInnerEditor.onUpdate

Defined in

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


update

update(): void

Returns

void

Implementation of

IInnerEditor.update

Defined in

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


onUnload

onUnload(): void

Returns

void

Defined in

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


unload

unload(): void

Returns

void

Implementation of

IInnerEditor.unload

Defined in

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


onDestroy

onDestroy(): void

Returns

void

Implementation of

IInnerEditor.onDestroy

Defined in

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


destroy

destroy(): void

Returns

void

Implementation of

IInnerEditor.destroy

Defined in

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

Released under the MIT License.