UNPKG

linked-data-reactor

Version:

Linked Data Reactor provides a framework to view, browse and edit Linked Data in a flexible way.

8 lines (6 loc) 255 B
export default function loadDynamicFacetsConfig(context, payload, done) { context.service.read('facet.dynamicConfig', payload, {timeout: 20 * 1000}, function (err, res) { context.dispatch('LOAD_FACETS_CONFIG', res); done(); }); }