uCalc API Version: 5.7.0-preview.1 Released: 7/30/2026

Warning

uCalc API Preview Release Notice:This preview documentation describes the intended behavior of the API. It is not fully accurate or complete.The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.Use of the preview version in your production code is not recommended.

TransformerResetOption

Enum

Product: 

Class: 

Transformer reset options

Name Value Description
All

Resets all (Input, Tokens, Rules)

Input

Resets the input to an empty string

Tokens

Resets token definitions

Rules

Resets the FromTo rules

Results

Resets transformer results

Passes

Removes passes

Remarks

For use with [topic: uCalc.Transformer.Reset]. When resetting a transformer, you have the option to select which part of it to reset; such as just the string input, or tokens, or rules, or results, or passes, or everything.

Examples