[Go to site: main page, start]

Interface ReplaceFormulaDataOptions

interface ReplaceFormulaDataOptions {
    missing?: string;
    recursive?: boolean;
    warn?: boolean;
}
Index

Properties

missing?: string

The value that should be assigned to any unmatched keys. If undefined, the unmatched key is left as-is.

recursive?: boolean

If new expressions are found after replacing "@" expressions, perform replacement again (recursion limit of 3).

warn?: boolean

Display a warning notification when encountering an unmatched key.