MemoryFork.GetValue(String) Method

Definition

Retrieves a value from the memory. The forked memory is checked first, then the original memory.

public object? GetValue(string path);
override this.GetValue : string -> obj
Public Function GetValue (path As String) As Object

Parameters

path
String

Path to the value to retrieve in the form of [scope].property. If scope is omitted, the value is retrieved from the temporary scope.

Returns

The value or undefined if not found.

Applies to