Searched defs:getData (Results 1 – 3 of 3) sorted by relevance
20 function getData(store, userInput) { function
22 public getData(index: number): string { method in MyDataSource
49 export async function getData(): Promise<[string, number]> { function