API Reference / RealizedChart · interface
Interface: RealizedChart
The outcome of realize: how (or whether) a chart was produced.
Properties
| Property | Type | Description |
|---|---|---|
<a id="chart"></a> chart | Chart | null | The computed chart, when an instant was available. |
<a id="form"></a> form | CompiledForm | null | The synthesized form, when the compiler path ran. |
<a id="note"></a> note | string | - |
<a id="place"></a> place | ResolvedPlace | - |
<a id="realm"></a> realm | Realm | - |
<a id="time"></a> time | ResolvedTime | - |
<a id="via"></a> via | "none" | "ephemeris" | "compiler" | ephemeris (an instant resolved), compiler (synthesized from constraints), or none (neither was possible). |