-
Notifications
You must be signed in to change notification settings - Fork 5
Class UrlOutline
lublak edited this page Jun 20, 2021
·
4 revisions
the outline which includes a url
• new UrlOutline(title
, url
, absolute
, childs?
)
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[] | - |
• Readonly
absolute: boolean
• Optional
Readonly
childs: readonly Outline[]
the childrens
• Readonly
title: string
the title
• Readonly
url: string