KeyTextCommunity

Object value of the community.

Interface

interface IKeyTextCommunity {
  key: string; // community id
  text: string; // internal community name
  siteRelativeUrl: string; //relative url of the site("/sites/community")
}