function setDict
Set the value of a dict object
export function setDict(id: string, dict: JSONObject): Promise<JSONObject>;
Name | Type | Description |
---|---|---|
id | string | |
dict | JSONObject | |
Return Value | Promise<JSONObject> |
Set the value of a dict object
export function setDict(id: string, dict: JSONObject): Promise<JSONObject>;
Name | Type | Description |
---|---|---|
id | string | |
dict | JSONObject | |
Return Value | Promise<JSONObject> |