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

    Function getSuperMember

    • Get the value of a member from the superclass that defines it.

      Parameters

      • obj: any

        An object, class or instance. Defaults to this.

      • name: string | symbol

        The method or accessor to check for.

      • OptionalcurrentValue: any = ...

        The current value of the property. Will ensure the result is different than this value. Useful for looking up properties further up the chain.

      Returns any

      The property value or undefined if none exists.