forked from MapComplete/MapComplete
Add comments
This commit is contained in:
parent
f7953e46cf
commit
eba36af657
1 changed files with 6 additions and 1 deletions
|
@ -136,6 +136,11 @@ export default class Wikidata {
|
|||
UIEventSource<{ success: WikidataResponse } | { error: any }>
|
||||
>()
|
||||
|
||||
/**
|
||||
* Same as LoadWikidataEntry, but wrapped into a UIEventSource
|
||||
* @param value
|
||||
* @constructor
|
||||
*/
|
||||
public static LoadWikidataEntry(
|
||||
value: string | number
|
||||
): UIEventSource<{ success: WikidataResponse } | { error: any }> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue