Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 361: Line 361:
 
             const dctList = Object.keys(dctResponse.query.results).map(dctName => {
 
             const dctList = Object.keys(dctResponse.query.results).map(dctName => {
 
                 const dctResult = dctResponse.query.results[dctName];
 
                 const dctResult = dctResponse.query.results[dctName];
 +
 +
                console.log(dctResult.printouts)
  
 
                 /** @type {DCT} */
 
                 /** @type {DCT} */

Revision as of 16:52, 17 November 2022

Development verstion of the DCT List.
Not ready for production!