Skip to main content

core.prefixoperatoratom

Home > @medplum/core > PrefixOperatorAtom

PrefixOperatorAtom class

Signature:

export declare abstract class PrefixOperatorAtom implements Atom 

Implements: Atom

Constructors

ConstructorModifiersDescription
(constructor)(operator, child)Constructs a new instance of the PrefixOperatorAtom class

Properties

PropertyModifiersTypeDescription
childreadonlyAtom
operatorreadonlystring

Methods

MethodModifiersDescription
eval(context, input)abstract
toString()