Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_doc/types.d.ts>ClassMethodDef

Documentation generator for Deno
Latest
interface ClassMethodDef
import { type ClassMethodDef } from "https://deno.land/x/deno_doc@0.125.0/types.d.ts";

Properties

optional
jsDoc: JsDoc
optional
accessibility: Accessibility
optional: boolean
isAbstract: boolean
isStatic: boolean
optional
isOverride: boolean
name: string
functionDef: FunctionDef
location: Location