nrel-spa/.github/wiki/api/interfaces/SpaFormattedResultWithAngles.md
Aric Camarata b52802f94b docs: add TypeDoc API generation (typedoc@0.28.19 + typedoc-plugin-markdown@4.11.0)
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config
targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to
package.json. Generate initial API reference pages.

Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
2026-05-30 16:41:57 -04:00

93 lines
2.3 KiB
Markdown

[**nrel-spa v2.0.2**](../README.md)
***
[nrel-spa](../README.md) / SpaFormattedResultWithAngles
# Interface: SpaFormattedResultWithAngles
Defined in: [types.ts:97](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L97)
## Extends
- [`SpaFormattedResult`](SpaFormattedResult.md)
## Properties
### angles
> **angles**: [`SpaFormattedAnglesResult`](SpaFormattedAnglesResult.md)[]
Defined in: [types.ts:99](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L99)
Custom angle results with formatted times.
***
### azimuth
> **azimuth**: `number`
Defined in: [types.ts:69](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L69)
Topocentric azimuth angle, eastward from north (navigational convention), in degrees.
#### Inherited from
[`SpaFormattedResult`](SpaFormattedResult.md).[`azimuth`](SpaFormattedResult.md#azimuth)
***
### solarNoon
> **solarNoon**: `string`
Defined in: [types.ts:73](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L73)
Local sun transit time as HH:MM:SS string. "N/A" during polar day/night.
#### Inherited from
[`SpaFormattedResult`](SpaFormattedResult.md).[`solarNoon`](SpaFormattedResult.md#solarnoon)
***
### sunrise
> **sunrise**: `string`
Defined in: [types.ts:71](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L71)
Local sunrise time as HH:MM:SS string. "N/A" during polar day/night.
#### Inherited from
[`SpaFormattedResult`](SpaFormattedResult.md).[`sunrise`](SpaFormattedResult.md#sunrise)
***
### sunset
> **sunset**: `string`
Defined in: [types.ts:75](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L75)
Local sunset time as HH:MM:SS string. "N/A" during polar day/night.
#### Inherited from
[`SpaFormattedResult`](SpaFormattedResult.md).[`sunset`](SpaFormattedResult.md#sunset)
***
### zenith
> **zenith**: `number`
Defined in: [types.ts:67](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L67)
Topocentric zenith angle in degrees.
#### Inherited from
[`SpaFormattedResult`](SpaFormattedResult.md).[`zenith`](SpaFormattedResult.md#zenith)