Skip to content

cupertino-files / RenderedFormula

Interface: RenderedFormula

Defined in: src/tst/formulas.ts:189

A rendered formula plus what the renderer could not name.

Properties

hasCrossTableReferences

hasCrossTableReferences: boolean

Defined in: src/tst/formulas.ts:197

True when the formula reaches into another table.


hasUnnamedCrossTables

hasUnnamedCrossTables: boolean

Defined in: src/tst/formulas.ts:203

True when at least one of those references could not be named, and so rendered with CROSS_TABLE_PREFIX. Naming needs an owner registry — see RenderOptions.owners.


text

text: string

Defined in: src/tst/formulas.ts:191

Infix text, with a leading =.


unknownFunctions

unknownFunctions: number[]

Defined in: src/tst/formulas.ts:193

Function indexes encountered that have no registered name.


unknownNodeTypes

unknownNodeTypes: number[]

Defined in: src/tst/formulas.ts:195

Node types encountered that the renderer has no rule for.

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.