StageViewParams interface

Parameters to open a stage view.

Properties

appId

The application ID of the Teams application to be opened.

contentUrl

The URL of the content to display.

entityId

The entity ID of the Teams app content being opened.

threadId

The chat or channel ID.

title

The title to give the stage view.

websiteUrl

The Teams app website URL.

Property Details

appId

The application 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 app content being opened.

entityId?: string

Property Value

string

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 app website URL.

websiteUrl?: string

Property Value

string