1e41f4b71Sopenharmony_ci# CustomizeData 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci自定义元数据。 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci> **说明:** 6e41f4b71Sopenharmony_ci> 本模块首批接口从API version 7 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 7e41f4b71Sopenharmony_ci 8e41f4b71Sopenharmony_ci## CustomizeData<sup>(deprecated)</sup> 9e41f4b71Sopenharmony_ci 10e41f4b71Sopenharmony_ci> 从API version 9开始不再维护,建议使用[Metadata](js-apis-bundleManager-metadata.md)替代。 11e41f4b71Sopenharmony_ci 12e41f4b71Sopenharmony_ci**系统能力**: 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework 13e41f4b71Sopenharmony_ci 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci 16e41f4b71Sopenharmony_ci| 名称 | 类型 | 只读 | 可选 | 说明 | 17e41f4b71Sopenharmony_ci| ------------------ | ------ | ---- | ---- | ---------------- | 18e41f4b71Sopenharmony_ci| name | string | 否 | 否 | 标识自定义数据项的键名称。 | 19e41f4b71Sopenharmony_ci| value | string | 否 | 否 | 标识自定义数据项的值名称。 | 20e41f4b71Sopenharmony_ci| extra<sup>8+</sup> | string | 否 | 否 | 标识用户自定义数据格式,标签值为标识该数据的资源的索引值。 |