Skip to content

Interface: Header

Properties

lang?

optional lang: string

i18n

Defined in

packages/@valaxyjs/utils/src/types/index.ts:27


level

level: number

The level of the header

1 to 6 for <h1> to <h6>

Defined in

packages/@valaxyjs/utils/src/types/index.ts:7


link: string

Link of the header

Typically using #${slug} as the anchor hash

Defined in

packages/@valaxyjs/utils/src/types/index.ts:23


slug

slug: string

The slug of the header

Typically the id attr of the header anchor

Defined in

packages/@valaxyjs/utils/src/types/index.ts:17


title

title: string

The title of the header

Defined in

packages/@valaxyjs/utils/src/types/index.ts:11