Type Parameters

Hierarchy (View Summary)

Constructors

Properties

_clone: T
_ctx: T
_inners: Map<keyof T, ReactiveScope<any>>
_keys?: (keyof T)[]
_name?: PropertyKey
_observer: ValueChangeObserver<T> = ...
_parent?: ReactiveScope<any>

Methods

  • get a scope for an object named as propertyKey from cache map,

    if the current value is not type od object, will return undefined.

    Type Parameters

    Parameters

    • propertyKey: keyof T

      the name of the property

    Returns undefined | S

  • get a scope for an object named as propertyKey from cache map,

    if the current value is not type od object, will return undefined.

    Type Parameters

    Parameters

    • key: keyof T

    Returns undefined | S

  • set the value of propertyKey in current context, could be instilled with value.

    Parameters

    • propertyKey: keyof T
    • newValue: any
    • Optionalreceiver: any

    Returns boolean