Interface ScriptableFunctions.ProxyArrayCallback

  • Enclosing class:
    ScriptableFunctions

    @JsFunction
    public static interface ScriptableFunctions.ProxyArrayCallback
    Java script FUNCTION callback called to provide an array property.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • call

        Array call​(NativeObject context)
        Method of function to be called to provide an array property.
        Parameters:
        context - native object as context.
        Returns:
        an array instance