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?: string
Property Value
string
channelId
The Microsoft Teams ID for the channel with which the content is associated.
channelId?: string
Property Value
string
channelIsFavorite
Is this tab in a favorite channel?
channelIsFavorite?: boolean
Property Value
boolean
channelName
The name for the channel with which the content is associated.
channelName?: string
Property Value
string
entityId
The developer-defined unique ID for the entity this content points to.
entityId?: string
Property 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?: string
Property Value
string
lastViewUnixEpochTime
Last viewed time of this tab. null means unknown
lastViewUnixEpochTime?: string
Property Value
string
order
Order of this tab. Order is 1-indexed.
order?: number
Property Value
number
tabName
The name of the tab
tabName: string
Property Value
string
teamId
The Microsoft Teams ID for the team with which the content is associated.
teamId?: string
Property Value
string
teamIsFavorite
Is this tab in a favorite team?
teamIsFavorite?: boolean
Property Value
boolean
teamName
The name for the team with which the content is associated.
teamName?: string
Property Value
string
url
Content URL of this tab
url?: string
Property Value
string
websiteUrl
Website URL of this tab
websiteUrl?: string
Property Value
string