Skip to main content

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:3656


getPluginPrivateModelLibrary

getPluginPrivateModelLibrary(): KPluginPrivateModelLibrary

获取插件模型库个人库

Get categories of plugin public model library.

Returns

KPluginPrivateModelLibrary

Defined in

api.d.ts:3649


getPluginPublicModelLibrary

getPluginPublicModelLibrary(): KPluginPublicModelLibrary

获取插件模型库公库

Get categories of plugin public model library.

Returns

KPluginPublicModelLibrary

Defined in

api.d.ts:3642