core.pointer
Home > @medplum/core > Pointer
Pointer class
JSON Pointer representation
Signature:
export declare class Pointer
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string[] |
Methods
Method | Modifiers | Description |
|---|---|---|
Returns an object with 'parent', 'key', and 'value' properties. In the special case that this Pointer's path == "", this object will be | ||
| ||
Create a new Pointer representing the parent of this one. The parent of the empty pointer is the empty pointer. | ||