Skip to content

Class: FakeComponent

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

+ new FakeComponent(key: string): FakeComponent

Parameters:

Name Type
key string

Returns: FakeComponent

Inherited from: Component

Properties

key

key: string

Inherited from: Component.key


MESSAGE_ADD

Readonly Static MESSAGE_ADD: component_add= "component_add"

Inherited from: Component.MESSAGE_ADD


MESSAGE_REMOVE

Readonly Static MESSAGE_REMOVE: component_remove= "component_remove"

Inherited from: Component.MESSAGE_REMOVE

Methods

Free

Free(): void

Returns: void

Inherited from: Component