core.parserbuilder.registerinfix | Medplum
ParserBuilder.registerInfix() method
Signature:
registerInfix(tokenType: string, parselet: InfixParselet): this;
Parameters
| Parameter | Type | Description |
|---|---|---|
| tokenType | string | |
| parselet | InfixParselet |
Returns:
this