GeoLeaf Core API - v3.0.0
    Preparing search index...

    Runtime preset manifest: the ordered set of installers a preset entry composes, layered on the fixed kernel. Consumed by bootWithPreset() (S3). The kernel is implicit — never listed here.

    interface PresetManifest {
        id: string;
        capabilities: readonly CapabilityInstaller[];
    }
    Index

    Properties

    Properties

    id: string
    capabilities: readonly CapabilityInstaller[]