Skip to content

PageNumberOutline

lublak edited this page Oct 18, 2021 · 1 revision

Class: PageNumberOutline

the outline which includes a page number

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new PageNumberOutline(title, page, childs?)

Parameters

Name Type Description
title string the title
page number the page number to which the outline points
childs? readonly Outline[] -

Defined in

types.ts:292

Properties

childs

Optional Readonly childs: readonly Outline[]

the childrens

Implementation of

Outline.childs


page

Readonly page: number


title

Readonly title: string

the title

Implementation of

Outline.title