UNPKG
@microsoft/agents-hosting-teams
Version:
$[if(eq(variables['publicrelease'], (0.2.8-g3bf5832077)
latest (0.4.3)
next (0.2.10-g3ac88ff25e)
0.4.3
0.4.1
0.3.5
0.2.14
0.2.10-g3ac88ff25e
0.2.8-g3bf5832077
0.2.7-gd7a3e9ef95
0.1.49
Microsoft 365 Agents SDK for JavaScript
github.com/microsoft/Agents-for-js
microsoft/Agents-for-js
@microsoft/agents-hosting-teams
/
src
/
tab
/
tabContext.ts
15 lines
(13 loc)
•
243 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */
/** * Interface representing the context of a tab. */
export
interface
TabContext
{
/** * Theme of the tab. */
theme?:
string
}