Preparing search index...

    Interface Aspect

    interface Aspect {
        angle: number;
        name: string;
        quality: AspectQuality;
        type: AspectType;
    }
    Index

    Properties

    Properties

    angle: number

    The angle of the aspect in degrees. Represents the geometric relationship between the two celestial bodies. Examples: 0 for Conjunction, 180 for Opposition, 90 for Square, 120 for Trine, 60 for Sextile...

    name: string

    The name of the aspect. Examples: "Conjunction", "Opposition", "Square", "Trine", "Sextile".

    quality: AspectQuality

    The quality of the aspect. Reflects the emotional or psychological impact of the aspect. Examples: "Harmonious", "Disharmonious", "Neutral".

    type: AspectType

    The type of the aspect. Indicates the nature of the aspect's influence. Examples: "Major", "Minor".