Interface SunStudyPanelParams

Constructor parameters for SunStudyPanel.

interface SunStudyPanelParams {
    container?: HTMLElement;
    player?: AnnualSunPlayer;
    storageKey?: string;
    sunStudy: SunStudy;
    visible?: boolean;
}

Properties

container?: HTMLElement

Optional player — when provided, the panel exposes play / pause controls + a mode toggle (day / year). When omitted, the panel is read-only / scrub-only.

storageKey?: string
sunStudy: SunStudy

Required. Two-way-bound to the panel.

visible?: boolean