<!--
{
  "availability" : [
    "MapKit JS: 5.75.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/MapKitLibraryLoadEvent/libraries",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.MapKitLibraryLoadEvent/libraries"
  },
  "title" : "libraries"
}
-->

# libraries

The libraries that the framework loaded or failed to load.

```
readonly libraries: string[];
```

## Discussion

The event type can be `load` or `load-error`, which indicates if the loading operation succeeded or failed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)