Nude Element API Docs - v0.1.3
    Preparing search index...

    Function getSuperMethod

    • Get the same method, one level up the prototype chain. The closest we can get to super.methodName().

      Parameters

      • obj: any

        An object, class or instance.

      • currentMethod: Function

        The calling method to get the super method of.

      Returns Function

      The super method or undefined if none exists.