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

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