cupertino-files / RenderOptions
Interface: RenderOptions
Defined in: src/tst/formulas.ts:212
Adjustments to how a formula renders.
Properties
owners?
optionalowners?:object
Defined in: src/tst/formulas.ts:225
Resolves a cross-table reference's owner UUID to a table name, turning OTHER_TABLE::A2 into Revenue::A2. Supply a ../tsce/owners.ts FormulaOwnerRegistry, or any function with the same shape.
tableName()
tableName(
uid):string|undefined
Parameters
uid
{ hi: bigint; lo: bigint; } | undefined
Returns
string | undefined
selfCell?
optionalselfCell?:string
Defined in: src/tst/formulas.ts:218
Address to substitute for a coordinate-less linked cell reference — the "cell under test" in a filter or conditional-style predicate. Defaults to SELF_CELL_MARKER.