Skip to content

api-morph / ParsedTagParams

Interface: ParsedTagParams

Defined in: src/types/parser.ts:141

解析后的标签参数

Properties

inline

inline: string[]

Defined in: src/types/parser.ts:143

内联参数


rawText

rawText: string

Defined in: src/types/parser.ts:147

原始文本


yaml?

optional yaml: Record<string, unknown>

Defined in: src/types/parser.ts:145

YAML参数

基于 MIT 许可证发布