homeUrl
homeUrl, function
def pure homeUrl(): text
Produces an URL that opens the home dashboard of the current account
Example
show label "To home" { href: #(homeUrl()) }
show a link “To home” on the dashboard.
def pure homeUrl(): text
Produces an URL that opens the home dashboard of the current account
show label "To home" { href: #(homeUrl()) }
show a link “To home” on the dashboard.