Skip to content

Variable: ASPECTS

ts
const ASPECTS: readonly ["record", "modifier", "part", "custom-property", "structure", "function", "state", "condition"];

Defined in: packages/providers/src/index.ts:24

The aspect names covered, in a stable order (the extension point for future aspects).

Released under the MIT License