Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface ProgressedSignChange

    Information about a sign change in progressions.

    interface ProgressedSignChange {
        body: string;
        bodyEnum?: CelestialBody;
        fromSign: string;
        toSign: string;
        approximateAge: number;
        changeJD?: number;
    }
    Index

    Properties

    body: string

    Body that changed signs

    bodyEnum?: CelestialBody

    Body enum value

    fromSign: string

    Sign departed

    toSign: string

    Sign entered

    approximateAge: number

    Approximate age when sign change occurred

    changeJD?: number

    Julian Date of sign change