We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce321bb commit 349f488Copy full SHA for 349f488
src/visual-component.ts
@@ -20,6 +20,7 @@ export class VisualComponent {
20
this.options = { ...configs['options'] };
21
this.apis = { ...configs['apis'] };
22
this.data = { ...configs['data'] };
23
+ this.resources = { ...configs['resources'] };
24
25
if (isEmpty(configs['apis'])) {
26
this.events = { ...configs['events'] };
0 commit comments