Skip to content

astro.Interface.HandAuthoredRegion

github-actions[bot] edited this page Aug 26, 2026 · 74 revisions

@elite-dangerous-almanac/core / astro / HandAuthoredRegion

Interface: HandAuthoredRegion

Defined in: src/astro/hand-authored-regions.ts:67

A hand-authored named sector: its canonical name and the spheres it occupies.

Remarks

Whether the region needs a permit is not stored here — 28 of these regions are permit-locked, and isPermitLockedRegionName in ./permit-locks is the single place that knows which. Pass HandAuthoredRegion.name to it.

Example

import { HAND_AUTHORED_REGIONS } from '@elite-dangerous-almanac/core/astro/hand-authored-regions';

const pleiades = HAND_AUTHORED_REGIONS.find((region) => region.name === 'Pleiades Sector');

Properties

name

readonly name: string

Defined in: src/astro/hand-authored-regions.ts:69

Canonically-cased region name, e.g. Pleiades Sector.


spheres

readonly spheres: readonly HandAuthoredSphere[]

Defined in: src/astro/hand-authored-regions.ts:71

The spheres whose union defines the region's volume.

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally