Skip to main content

section

sectionLevels

const sectionLevels: SectionLevel[];

Defined in: section.ts:24


printMetadataSection()

function printMetadataSection<T, V>(
type,
values,
section,
options): string | MDXString

Defined in: section.ts:145

Type Parameters

T

V

Parameters

type

T

values

V | V[] | readonly V[]

section

string

options

PrintTypeOptions

Returns

string | MDXString


printSection()

function printSection<V>(
values,
section,
options): string | MDXString

Defined in: section.ts:100

Type Parameters

V

Parameters

values

V[] | readonly V[]

section

string

options

PrintTypeOptions

Returns

string | MDXString


printSectionItem()

function printSectionItem<T>(type, options): string | MDXString

Defined in: section.ts:30

Type Parameters

T

Parameters

type

T

options

PrintTypeOptions

Returns

string | MDXString


printSectionItems()

function printSectionItems<V>(values, options): string | MDXString

Defined in: section.ts:73

Type Parameters

V

Parameters

values

V | V[]

options

PrintTypeOptions

Returns

string | MDXString