perak / kitchen-examples

Meteor Kitchen examples
164 stars 115 forks source link

Can't parse properties value to component.js #47

Closed rikyperdana closed 7 years ago

rikyperdana commented 7 years ago

I'm trying to build my own pdfmake plugin by writing custom plugins on .meteor-kitchen I set the properties at yaml file, write the component.html and component.js as usual And when i try to run it, the component.html can receive value from kitchen.getInput().properties.prop_name But the component.js can't do the same When i check it on browser console, it only says undefined I can't figure out the workaround :(