StageViewParams interface
Parameters to open a stage view.
Properties
app |
The ID of the Teams application to be opened. |
content |
The URL of the content to display. |
entity |
The entity ID of the Teams application content being opened. |
message |
The messageId identifies a particular channel meeting within the channel as specified by the threadId above. This should be used only when trying to open the stage view for a channel meeting. It will be a no-op for other scenarios |
open |
The open mode for stage content. Optional param: if not passed, hosts can choose their default openMode. If a host does not support any specific openMode, It will fallback to StageViewOpenMode.modal. |
thread |
The chat or channel ID. |
title | The title to give the stage view. |
website |
The Teams application website URL. |
Property Details
appId
The ID of the Teams application to be opened.
appId: string
Property Value
string
contentUrl
The URL of the content to display.
contentUrl: string
Property Value
string
entityId
The entity ID of the Teams application content being opened.
entityId?: string
Property Value
string
messageId
The messageId identifies a particular channel meeting within the channel as specified by the threadId above. This should be used only when trying to open the stage view for a channel meeting. It will be a no-op for other scenarios
messageId?: string
Property Value
string
openMode
The open mode for stage content. Optional param: if not passed, hosts can choose their default openMode. If a host does not support any specific openMode, It will fallback to StageViewOpenMode.modal.
openMode?: StageViewOpenMode
Property Value
threadId
The chat or channel ID.
threadId: string
Property Value
string
title
The title to give the stage view.
title?: string
Property Value
string
websiteUrl
The Teams application website URL.
websiteUrl?: string
Property Value
string