core.functionatom
Home > @medplum/core > FunctionAtom
FunctionAtom class
Signature:
export declare class FunctionAtom implements Atom
Implements: Atom
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(name, args) | Constructs a new instance of the FunctionAtom class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| args | readonly | Atom[] | |
| name | readonly | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| eval(context, input) | ||
| toString() |