section
sectionLevelsβ
const sectionLevels: SectionLevel[];
Defined inβ
section.ts:24
printMetadataSection()β
function printMetadataSection<T, V>(
type,
values,
section,
options): string | MDXString
Type Parametersβ
β’ T
β’ V
Parametersβ
typeβ
T
valuesβ
V
| V
[] | readonly V
[]
sectionβ
string
optionsβ
PrintTypeOptions
Returnsβ
string
| MDXString
Defined inβ
section.ts:145
printSection()β
function printSection<V>(
values,
section,
options): string | MDXString
Type Parametersβ
β’ V
Parametersβ
valuesβ
V
[] | readonly V
[]
sectionβ
string
optionsβ
PrintTypeOptions
Returnsβ
string
| MDXString
Defined inβ
section.ts:100
printSectionItem()β
function printSectionItem<T>(type, options): string | MDXString
Type Parametersβ
β’ T
Parametersβ
typeβ
T
optionsβ
PrintTypeOptions
Returnsβ
string
| MDXString
Defined inβ
section.ts:30
printSectionItems()β
function printSectionItems<V>(values, options): string | MDXString
Type Parametersβ
β’ V
Parametersβ
valuesβ
V
| V
[]
optionsβ
PrintTypeOptions
Returnsβ
string
| MDXString
Defined inβ
section.ts:73