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

    Stable metadata view of a registered ICoreModule.

    Returned by getActiveModules() — a lightweight snapshot that does not expose the mutable module internals.

    interface IModuleInfo {
        id: string;
        dependencies: readonly string[];
        hasUI: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique module identifier within the GeoLeaf instance.

    dependencies: readonly string[]

    IDs of direct dependencies declared by the module.

    hasUI: boolean

    true when the module declares a UI slot (toolbar icon or filter tab).