API Reference / ContextOptions · interface

Interface: ContextOptions

Properties

PropertyTypeDescription
<a id="lots"></a> lots?{ house: number; lot: string; sign: string; signDeg: number; }[]Hermetic lots to project as lot atoms, e.g. from Engine.lots.
<a id="patterns"></a> patterns?ChartPattern[]Precomputed patterns/signature, to avoid recomputing them.
<a id="provenance"></a> provenance?{ certainty?: Certainty; realm?: Realm; }The chart's grounding. Carried onto the context; an inexact certainty damps time-sensitive atoms. Wire from realize's result.
provenance.certainty?Certainty-
provenance.realm?Realm-
<a id="salience"></a> salience?Partial<SalienceWeights>Salience weights to override (merged over DEFAULT_SALIENCE).
<a id="signature"></a> signature?ChartSignature-
<a id="stars"></a> stars?{ body: string; orb: number; star: string; }[]Fixed-star conjunctions to project as star atoms. The engine does not compute these from a bare Chart (the star catalog lives in the data pack), so a caller supplies them, e.g. from Engine.starConjunctions.

Start building

Quickstart →