Skip to main content
Module

x/deno_doc/types.d.ts>ClassPropertyDef

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

Properties

optional
jsDoc: JsDoc
optional
tsType: TsTypeDef
readonly: boolean
optional
accessibility: Accessibility
optional: boolean
isAbstract: boolean
isStatic: boolean
optional
isOverride: boolean
name: string
optional
decorators: DecoratorDef[]
location: Location