@ccw-api/api
Preparing search index...
community-web-cloud-database/cloud_variable/save
saveProjectCloudVariable
Function saveProjectCloudVariable
saveProjectCloudVariable
<
T
extends
string
>
(
projectId
:
string
,
secondaryKey
:
string
,
value
:
T
,
)
:
Promise
<
{
v
:
T
}
>
保存作品云变量到云数据库
Type Parameters
T
extends
string
Parameters
projectId
:
string
作品id
secondaryKey
:
string
次级键 - 变量名或标识
value
:
T
要保存数据
Returns
Promise
<
{
v
:
T
}
>
保存后的值对象
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
保存作品云变量到云数据库