Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ListObject #471

Closed
miralemd opened this issue Jul 2, 2020 · 0 comments · Fixed by #526
Closed

Support ListObject #471

miralemd opened this issue Jul 2, 2020 · 0 comments · Fixed by #526
Labels
api-stardust JavaScript library for building mashups feature request New features

Comments

@miralemd
Copy link
Contributor

miralemd commented Jul 2, 2020

🚀 Feature

Add support for ListObjectDef as a data target:

qae: {
  properties: {
    foo: {
      qListObjectDef: {},
    },
  },
  data: {
    targets: [
      {
        path: '/foo/qListObjectDef',
      },
    ],
  },
},
@miralemd miralemd added api-stardust JavaScript library for building mashups feature request New features labels Jul 2, 2020
@Caele Caele closed this as completed in #526 Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-stardust JavaScript library for building mashups feature request New features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant