KPluginModelLibraryHelper
kds-plugin-document / Exports / KPluginModelLibraryHelper
Interface: KPluginModelLibraryHelper
Table of contents
Methods
Methods
createPluginModelLibrary
▸ createPluginModelLibrary(): HostPromise<{ errorInfo?: KErrorInfo ; isSuccess: boolean }>
创建插件模型库
Create plugin model library.
Returns
HostPromise<{ errorInfo?: KErrorInfo ; isSuccess: boolean }>
Defined in
api.d.ts:3945
getPluginPrivateModelLibrary
▸ getPluginPrivateModelLibrary(): KPluginPrivateModelLibrary
获取插件模型库个人库
Get categories of plugin public model library.
Returns
Defined in
api.d.ts:3938
getPluginPublicModelLibrary
▸ getPluginPublicModelLibrary(): KPluginPublicModelLibrary
获取插件模型库公库
Get categories of plugin public model library.
Returns
Defined in
api.d.ts:3931