function getDict

Get the value of a dict object

export function getDict(id: string): Promise<JSONObject>;
NameTypeDescription
idstring
Return ValuePromise<JSONObject>