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

    Function getSuperForMember

    • Get the superclass that defines a member.

      Parameters

      • obj: any

        An object, class or instance. Defaults to this.

      • name: string | symbol

        The member to check for.

      • OptionalcurrentValue: any = ...

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

      Returns FunctionConstructor

      The superclass that defines the member or null if none exists.