Stone.js API
    Preparing search index...

    Type Alias ClassMethodType<This>

    ClassMethodType: (this: This, ...args: any[]) => any

    ClassMethodType Type.

    Represents a method type within a class, with a specific context.

    Type Parameters

    • This = unknown

    Type Declaration

      • (this: This, ...args: any[]): any
      • Parameters

        • this: This
        • ...args: any[]

        Returns any