1e41f4b71Sopenharmony_ci# OverlayModuleInfo
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciThe **OverlayModuleInfo** module provides information about a module with the overlay feature. A third-party application can obtain such information through [overlay.getOverlayModuleInfo](js-apis-overlay.md#overlaygetoverlaymoduleinfo).
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **NOTE**
6e41f4b71Sopenharmony_ci>
7e41f4b71Sopenharmony_ci> The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ci## OverlayModuleInfo
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci**System capability**: SystemCapability.BundleManager.BundleFramework.Core
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci| Name                 | Type                                               | Read-Only| Optional| Description                                           |
14e41f4b71Sopenharmony_ci| --------------------- | ---------------------------------------------------| ---- | ---- | ---------------------------------------------- |
15e41f4b71Sopenharmony_ci| bundleName            | string                                             | Yes  | No  | Bundle name of the application to which the module with the overlay feature belongs.          |
16e41f4b71Sopenharmony_ci| moduleName            | string                                             | Yes  | No  | Name of the module with the overlay feature.                      |
17e41f4b71Sopenharmony_ci| targetModuleName      | string                                             | Yes  | No  | Name of the target module specified by the module with the overlay feature.       |
18e41f4b71Sopenharmony_ci| priority              | number                                             | Yes  | No  | Priority of the module with the overlay feature.                  |
19e41f4b71Sopenharmony_ci| state                 | number                                             | Yes  | No  | Whether the module with the overlay feature is disabled. The value **0** means that the module is disabled, and **1** means the opposite.                      |
20