Hierarchy (View Summary)

Constructors

Properties

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

Methods

  • Parameters

    • propertyKey: keyof any[]
    • newValue: any
    • OptionaloldValue: any

    Returns void

  • 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 any[]

      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 any[]

    Returns undefined | S

  • Type Parameters

    • V extends Record<PropertyKey, any>

    Parameters

    • ...objs: V[]

    Returns (keyof V)[]

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

    Parameters

    • propertyKey: keyof any[]
    • newValue: any
    • Optionalreceiver: any

    Returns boolean