@lark-project/js-sdk 2.0.1-alpha.0 → 2.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/index.js +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/types/index.d.ts +10 -7
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
package/dist/lib/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1027,13 +1027,16 @@ interface RichTextEditorOptions {
|
|
|
1027
1027
|
*/
|
|
1028
1028
|
defaultValue?: string;
|
|
1029
1029
|
/**
|
|
1030
|
-
*
|
|
1031
|
-
*/
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1030
|
+
* 额外的上下文
|
|
1031
|
+
*/
|
|
1032
|
+
context: {
|
|
1033
|
+
/**
|
|
1034
|
+
* 空间 id
|
|
1035
|
+
* @人 下拉人员列表会按空间推荐
|
|
1036
|
+
* 附件上传会关联该空间权限控制
|
|
1037
|
+
*/
|
|
1038
|
+
spaceId: string;
|
|
1039
|
+
};
|
|
1037
1040
|
}
|
|
1038
1041
|
/**
|
|
1039
1042
|
* @public
|