homeUrl
homeUrl, function
def pure homeUrl(): text
Returns a URL that opens the home dashboard of the current account.
Examples
show scalar "Home URL" with homeUrl()
Output: a URL string pointing to the account home dashboard.
def pure homeUrl(): text
Returns a URL that opens the home dashboard of the current account.
show scalar "Home URL" with homeUrl()
Output: a URL string pointing to the account home dashboard.