- | -- | -- | -- | -
---|---|---|---|
- | -- | -- | -- | -
- | -AsyncCallback<KVManager> - |
- - | -- | -
--
Gitee
From 8d11688520ae5d03553d6039deb08efa6645e904 Mon Sep 17 00:00:00 2001
From: test <1029079951@qq.com>
Date: Thu, 10 Feb 2022 20:38:48 +0800
Subject: [PATCH 02/14] test1
---
.../application-dev/reference/apis/js-apis-distributed-data.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md
index e1c212959b0..16163068634 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md
@@ -22,8 +22,9 @@ createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>
创建一个KVManager对象实例,用于管理数据库对象,并通过callback方式返回,此方法为异步方法。
- 参数:
+
| 参数名 | 参数类型 | 必填 | 说明 |
-| -------- | -------- | -------- | -------- |
+| ----- | ------ | ------ | ------ |
| config | KVManagerConfig | 是 | 提供KVManager实例的配置信息,包括调用方的包名和用户信息。 |
| callback | AsyncCallback
|
---|