CommunityMenu
The community menu renders the menu configured to be able to navigate between community sites.
Interface
interface ICommunityMenu extends IElement {
siteUrl?: string;
}Example
json
CommunityMenu
{
"type": "CommunityMenu"
}Properties
type
Must be “CommunityMenu”.
-
Type:
"CommunityMenu" -
Required: Yes
siteUrl
Allows specifying the site URL of the community
-
Type:
string -
Required: No
Last updated on