function setDict

Set the value of a dict object

export function setDict(id: string, dict: JSONObject): Promise<JSONObject>;
NameTypeDescription
idstring
dictJSONObject
Return ValuePromise<JSONObject>