Type Parameters

  • E extends string = string

Hierarchy

Implements

Constructors

  • Type Parameters

    • E extends string = string

    Returns Base<E>

Properties

$$isEmitter: true
$$parent: IList<Base<E>> = null

The parent of event.

List is a parent of Base or Layer.

This field has the name $$parent declared, which keep consistent with /model/basic/Base.class

$$views: View<Base<E>, string>[] = []
id: string = ...
noEmit: boolean

set it True, the follow emit will be ignore and then set it False.

Methods

  • Parameters

    • pairs: string | Record<string, any>
    • Optional value: any
    • Optional context: object

    Returns void

Generated using TypeDoc