Type Parameters

Hierarchy (View Summary)

Implements

Implemented by

Constructors

Properties

_ctx: T
_inners: Map<keyof T, Scope<any>> = ...
_keys?: (keyof T)[]

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
    • Optionalvalue: any
    • Optionalreceiver: any

    Returns boolean

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

    Parameters

    • key: keyof T
    • value: any
    • Optionalreceiver: any

    Returns boolean