这是开发预览网站。请访问正式文档 lynxjs.org

Home > @lynx-js/genui > TypeDocType

TypeDocType interface

Signature:

export interface TypeDocType 

Properties

Property

Modifiers

Type

Description

declaration?

TypeDocReflection

(Optional)

elementType?

TypeDocType

(Optional)

name?

string

(Optional)

qualifiedName?

string

(Optional)

target?

TypeDocType

(Optional)

type

string

typeArguments?

TypeDocType[]

(Optional)

types?

TypeDocType[]

(Optional)

value?

bigint | boolean | number | string | null

(Optional)