LocalSnapshot
Constructor Summary
| Public Constructor | ||
| public |
constructor(value: *) Create a snapshot from the given value. |
|
Member Summary
| Public Members | ||
| public get |
Get the value properties descriptors snapshot. |
|
| public get |
Get the value properties descriptors snapshot. |
|
| public get |
Get the value prototype snapshot. |
|
| public get |
value: * Get the original value. |
|
Method Summary
| Public Methods | ||
| public |
update(localReference: LocalReference): void Update the local reference of this value with a new version of this snapshot value. |
|
Public Constructors
public constructor(value: *) source
Create a snapshot from the given value.
Params:
| Name | Type | Attribute | Description |
| value | * | The given value |
Public Members
Public Methods
public update(localReference: LocalReference): void source
Update the local reference of this value with a new version of this snapshot value.
Params:
| Name | Type | Attribute | Description |
| localReference | LocalReference | The local reference of this snapshot value |
Return:
| void |
