Skip to content

Instantly share code, notes, and snippets.

@erikwett
Last active June 25, 2017 14:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
//a measure list definition that gives you more data on the measures
app.createGenericObject({
qInfo: {
qType: "MeasureList"
},
qMeasureListDef: {
qType: "measure",
qData: {
qMeasure: "/qMeasure"
}
}
}, callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment