中文
Appearance
根据 ID 查找变量集合。如果未找到或提供的 ID 无效,则返回一个包含 null 的 promise。
getVariableCollectionByIdAsync(id: string): Promise<VariableCollection | null>