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 ​

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

Properties ​

editTarget ​

• editTarget: IUI

Implementation of ​

IInnerEditor.editTarget

Defined in ​

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


config ​

• config: IObject

Implementation of ​

IInnerEditor.config

Defined in ​

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


editConfig ​

• Optional editConfig: IEditorConfig

Implementation of ​

IInnerEditor.editConfig

Defined in ​

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


editor ​

• editor: IEditor

Implementation of ​

IInnerEditor.editor

Defined in ​

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


_editBox ​

• Protected _editBox: IEditBox

Defined in ​

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


view ​

• view: IGroup

Implementation of ​

IInnerEditor.view

Defined in ​

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


eventIds ​

• eventIds: IEventListenerId[] = []

Implementation of ​

IInnerEditor.eventIds

Defined in ​

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

Accessors ​

tag ​

• get tag(): string

Returns ​

string

Implementation of ​

IInnerEditor.tag

Defined in ​

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


mode ​

• get mode(): IInnerEditorMode

Returns ​

IInnerEditorMode

Implementation of ​

IInnerEditor.mode

Defined in ​

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


editBox ​

• get editBox(): IEditBox

Returns ​

IEditBox

Implementation of ​

IInnerEditor.editBox

Defined in ​

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

• set editBox(value): void

Parameters ​

NameType
valueIEditBox

Returns ​

void

Implementation of ​

IInnerEditor.editBox

Defined in ​

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

Methods ​

registerInnerEditor ​

â–¸ registerInnerEditor(): void

Returns ​

void

Defined in ​

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


onCreate ​

â–¸ onCreate(): void

Returns ​

void

Implementation of ​

IInnerEditor.onCreate

Defined in ​

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


create ​

â–¸ create(): void

Returns ​

void

Implementation of ​

IInnerEditor.create

Defined in ​

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


onLoad ​

â–¸ onLoad(): void

Returns ​

void

Implementation of ​

IInnerEditor.onLoad

Defined in ​

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


load ​

â–¸ load(): void

Returns ​

void

Implementation of ​

IInnerEditor.load

Defined in ​

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


onUpdate ​

â–¸ onUpdate(): void

Returns ​

void

Implementation of ​

IInnerEditor.onUpdate

Defined in ​

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


update ​

â–¸ update(): void

Returns ​

void

Implementation of ​

IInnerEditor.update

Defined in ​

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


onUnload ​

â–¸ onUnload(): void

Returns ​

void

Defined in ​

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


unload ​

â–¸ unload(): void

Returns ​

void

Implementation of ​

IInnerEditor.unload

Defined in ​

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


onDestroy ​

â–¸ onDestroy(): void

Returns ​

void

Implementation of ​

IInnerEditor.onDestroy

Defined in ​

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


destroy ​

â–¸ destroy(): void

Returns ​

void

Implementation of ​

IInnerEditor.destroy

Defined in ​

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

Released under the MIT License.