Forum Discussion

bryanpollack's avatar
11 years ago

Passing integers/booleans to a custom component

For some reason, I can pass an object variable or a hard-coded string to a custom component and retrieve it using env.context.component.getParameter, but when I try to pass an integer variable or a h...