Skip to content

UrlOutline

lublak edited this page Oct 18, 2021 · 1 revision

Class: UrlOutline

the outline which includes a url

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new UrlOutline(title, url, absolute, childs?)

Parameters

Name Type Description
title string the title
url string the url to which the outline points
absolute boolean if the url is absolute
childs? readonly Outline[] -

Defined in

types.ts:274

Properties

absolute

Readonly absolute: boolean


childs

Optional Readonly childs: readonly Outline[]

the childrens

Implementation of

Outline.childs


title

Readonly title: string

the title

Implementation of

Outline.title


url

Readonly url: string