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

    Interface AspectConfig

    Configuration for aspect detection.

    interface AspectConfig {
        aspectTypes?: AspectType[];
        orbs?: Partial<Record<AspectType, number>>;
        includeProgressedToProgressed?: boolean;
        minimumStrength?: number;
        exactThreshold?: number;
    }
    Index

    Properties

    aspectTypes?: AspectType[]

    Aspect types to detect

    orbs?: Partial<Record<AspectType, number>>

    Orb overrides by aspect type

    includeProgressedToProgressed?: boolean

    Include progressed-to-progressed aspects

    minimumStrength?: number

    Minimum orb strength to include (0-100)

    exactThreshold?: number

    Exact aspect threshold