core.indexeratom
Home > @medplum/core > IndexerAtom
IndexerAtom class
Signature:
export declare class IndexerAtom implements Atom 
Implements: Atom
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(left, expr) | Constructs a new instance of the IndexerAtom class | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| expr | readonly | Atom | |
| left | readonly | Atom | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| eval(context, input) | ||
| toString() |