This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/genui > TypeDocSignature

TypeDocSignature interface

Signature:

export interface TypeDocSignature 

Properties

Property

Modifiers

Type

Description

comment?

TypeDocComment

(Optional)

kind?

number

(Optional)

kindString?

string

(Optional)

name?

string

(Optional)

parameters?

TypeDocReflection[]

(Optional)

type?

TypeDocType

(Optional)