-
Notifications
You must be signed in to change notification settings - Fork 5
UrlOutline
lublak edited this page Oct 18, 2021
·
1 revision
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