Hi, How to use a method in externs ( https://apache.github.io/royale-docs/features/externs) that returns a value.
I tried: public static function getDocumentAsPDF():Object { return null; }
But of course that returns null (even the JS version returns a value)
