Loom Engine - v3.1.1
    Preparing search index...

    Interface WeatherSystemOptions

    interface WeatherSystemOptions {
        states?: WeatherState[];
        initial?: string;
        initialIntensity?: number;
        onWeatherChanged?: (next: string, prev: string | null) => void;
        onIntensitySettled?: (state: string, intensity: number) => void;
    }
    Index

    Properties

    states?: WeatherState[]
    initial?: string
    initialIntensity?: number
    onWeatherChanged?: (next: string, prev: string | null) => void
    onIntensitySettled?: (state: string, intensity: number) => void