mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
chore: update example mashup
This commit is contained in:
@@ -9,7 +9,12 @@ connect().then((app) => {
|
||||
};
|
||||
|
||||
const nebbie = stardust.embed(app, {
|
||||
load: (type, config) => Promise.resolve(sn),
|
||||
types: [
|
||||
{
|
||||
name: 'foo',
|
||||
load: () => Promise.resolve(sn),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
nebbie.selections().then((s) => s.mount(document.querySelector('.toolbar')));
|
||||
|
||||
Reference in New Issue
Block a user