UNPKG

cluedin-widget

Version:

This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.

14 lines (11 loc) 268 B
const _car = window._car; export function push(options) { console.log('====Push actions===='); console.log(options); if (options && options.extra) { options.extra = JSON.stringify(options.extra); } if (_car && options) { _car.push(options); } };