TabInstance interface 
Represents information about a tab instance
Properties
| app | AppId of this tab | 
| channel | The Microsoft Teams ID for the channel with which the content is associated. | 
| channel | Is this tab in a favorite channel? | 
| channel | The name for the channel with which the content is associated. | 
| entity | The developer-defined unique ID for the entity this content points to. | 
| group | The Office 365 group ID for the team with which the content is associated. This field is available only when the identity permission is requested in the manifest. | 
| last | Last viewed time of this tab. null means unknown | 
| order | Order of this tab. Order is 1-indexed. | 
| tab | The name of the tab | 
| team | The Microsoft Teams ID for the team with which the content is associated. | 
| team | Is this tab in a favorite team? | 
| team | The name for the team with which the content is associated. | 
| url | Content URL of this tab | 
| website | Website URL of this tab | 
Property Details
		appId
	 
	AppId of this tab
appId?: stringProperty Value
string
		channelId
	 
	The Microsoft Teams ID for the channel with which the content is associated.
channelId?: stringProperty Value
string
		channelIsFavorite
	 
	Is this tab in a favorite channel?
channelIsFavorite?: booleanProperty Value
boolean
		channelName
	 
	The name for the channel with which the content is associated.
channelName?: stringProperty Value
string
		entityId
	 
	The developer-defined unique ID for the entity this content points to.
entityId?: stringProperty Value
string
		groupId
	 
	The Office 365 group ID for the team with which the content is associated. This field is available only when the identity permission is requested in the manifest.
groupId?: stringProperty Value
string
		lastViewUnixEpochTime
	    
	Last viewed time of this tab. null means unknown
lastViewUnixEpochTime?: stringProperty Value
string
order
Order of this tab. Order is 1-indexed.
order?: numberProperty Value
number
		tabName
	 
	The name of the tab
tabName: stringProperty Value
string
		teamId
	 
	The Microsoft Teams ID for the team with which the content is associated.
teamId?: stringProperty Value
string
		teamIsFavorite
	 
	Is this tab in a favorite team?
teamIsFavorite?: booleanProperty Value
boolean
		teamName
	 
	The name for the team with which the content is associated.
teamName?: stringProperty Value
string
url
Content URL of this tab
url?: stringProperty Value
string
		websiteUrl
	 
	Website URL of this tab
websiteUrl?: stringProperty Value
string