getParameter
Usage
const take = ds.getParameter('maxRecords');API
getParameter<P extends keyof RetrieveParameters<T>>(name: P): RetrieveParameters<T>[P];Last updated
Was this helpful?
const take = ds.getParameter('maxRecords');getParameter<P extends keyof RetrieveParameters<T>>(name: P): RetrieveParameters<T>[P];Last updated
Was this helpful?
Was this helpful?