As title, can I add a custom function in pepper plugin API?
Can the custom function return a value?
like this
HelloTutorialModule = document.getElementById('hello_tutorial');
var errorCode;
errorCode = HelloTutorialModule.myCustomFunction('Hello');
Thanks