File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
SP-Framework/sp-adaptive-card-extension-base Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ properties:
67
67
Provides a sdk that gets current context of device. See
68
68
[IPartialSDKs](xref:@microsoft/sp-adaptive-card-extension-base!IPartialSDKs:interface)
69
69
remarks : ' '
70
- isPreview : true
70
+ isPreview : false
71
71
isDeprecated : false
72
72
syntax :
73
73
content : ' get sdks(): IPartialSDKs | undefined;'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ summary: |-
8
8
9
9
Currently We are providing only Partial Contextual Information.
10
10
remarks : ' '
11
- isPreview : true
11
+ isPreview : false
12
12
isDeprecated : false
13
13
type : interface
14
14
properties :
@@ -18,7 +18,7 @@ properties:
18
18
fullName : teamsJs
19
19
summary : Partial Microsoft Teams SDK.
20
20
remarks : ' '
21
- isPreview : true
21
+ isPreview : false
22
22
isDeprecated : false
23
23
syntax :
24
24
content : ' teamsJs: IPartialTeamsJs;'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ summary: |-
8
8
9
9
Currently we are providing only Partial SDKs.
10
10
remarks : ' '
11
- isPreview : true
11
+ isPreview : false
12
12
isDeprecated : false
13
13
type : interface
14
14
properties :
@@ -25,7 +25,7 @@ properties:
25
25
26
26
27
27
Currently We are providing only Partial Contextual Information.
28
- isPreview : true
28
+ isPreview : false
29
29
isDeprecated : false
30
30
syntax :
31
31
content : ' microsoftTeams?: IPartialMicrosoftTeams;'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package: '@microsoft/sp-adaptive-card-extension-base!'
5
5
fullName : IPartialTeamsContext
6
6
summary : Partial teams context
7
7
remarks : ' '
8
- isPreview : true
8
+ isPreview : false
9
9
isDeprecated : false
10
10
type : interface
11
11
properties :
@@ -15,7 +15,7 @@ properties:
15
15
fullName : app
16
16
summary : Properties about the current session for your app
17
17
remarks : ' '
18
- isPreview : true
18
+ isPreview : false
19
19
isDeprecated : false
20
20
syntax :
21
21
content : |-
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package: '@microsoft/sp-adaptive-card-extension-base!'
5
5
fullName : IPartialTeamsJs
6
6
summary : Provides access to the Teams SDK and Teams context. Only provided when the web part is loaded in Teams.
7
7
remarks : ' '
8
- isPreview : true
8
+ isPreview : false
9
9
isDeprecated : false
10
10
type : interface
11
11
properties :
@@ -15,7 +15,7 @@ properties:
15
15
fullName : app
16
16
summary : Namespace to interact with Teams app initialization and lifecycle.
17
17
remarks : Currently we are providing only partial contextual information of Teams app.
18
- isPreview : true
18
+ isPreview : false
19
19
isDeprecated : false
20
20
syntax :
21
21
content : |-
You can’t perform that action at this time.
0 commit comments