Function: getTopicIndicators() ​
ts
function getTopicIndicators(topicId: string | number): Promise<WBIndicatorInfo[]>;Defined in: world-bank/sdk.ts:183
List all indicators belonging to a topic.
Parameters ​
| Parameter | Type |
|---|---|
topicId | string | number |
Returns ​
Promise<WBIndicatorInfo[]>