Skip to content

Commit e46b610

Browse files
author
NicPape
committed
API reference updates
1 parent cff5644 commit e46b610

File tree

504 files changed

+4158
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

504 files changed

+4158
-10
lines changed

SP-Framework/decorators.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ functions:
1313
-->virtual. This decorator is currently used for documentation purposes only. In the future, it may be enforced at
1414
runtime.
1515
remarks: ''
16+
1617
isPreview: false
1718
isDeprecated: false
1819
syntax:
@@ -40,6 +41,7 @@ functions:
4041
inherit from this class. This decorator is currently used for documentation purposes only. In the future, it may
4142
be enforced at runtime.
4243
remarks: ''
44+
4345
isPreview: false
4446
isDeprecated: false
4547
syntax:
@@ -60,6 +62,7 @@ functions:
6062
definition, then child classes may NOT override it. This decorator is currently used for documentation purposes
6163
only. In the future, it may be enforced at runtime.
6264
remarks: ''
65+
6366
isPreview: false
6467
isDeprecated: false
6568
syntax:

SP-Framework/sp-adaptive-card-extension-base.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ functions:
159159
package: '@microsoft/sp-adaptive-card-extension-base!'
160160
summary: Helper method to create a bar chart card view with numeric data.
161161
remarks: ''
162+
162163
isPreview: false
163164
isDeprecated: false
164165
syntax:
@@ -179,6 +180,7 @@ functions:
179180
package: '@microsoft/sp-adaptive-card-extension-base!'
180181
summary: Helper method to create a bar chart card view with string data.
181182
remarks: ''
183+
182184
isPreview: false
183185
isDeprecated: false
184186
syntax:
@@ -199,6 +201,7 @@ functions:
199201
package: '@microsoft/sp-adaptive-card-extension-base!'
200202
summary: Helper method to create a bar chart card view with date data.
201203
remarks: ''
204+
202205
isPreview: false
203206
isDeprecated: false
204207
syntax:
@@ -219,6 +222,7 @@ functions:
219222
package: '@microsoft/sp-adaptive-card-extension-base!'
220223
summary: Helper method to create a Basic Card View.
221224
remarks: ''
225+
222226
isPreview: false
223227
isDeprecated: false
224228
syntax:
@@ -235,6 +239,7 @@ functions:
235239
package: '@microsoft/sp-adaptive-card-extension-base!'
236240
summary: Helper method to create an Image Card View.
237241
remarks: ''
242+
238243
isPreview: false
239244
isDeprecated: false
240245
syntax:
@@ -251,6 +256,7 @@ functions:
251256
package: '@microsoft/sp-adaptive-card-extension-base!'
252257
summary: Helper method to create a line chart card view with numeric data.
253258
remarks: ''
259+
254260
isPreview: false
255261
isDeprecated: false
256262
syntax:
@@ -271,6 +277,7 @@ functions:
271277
package: '@microsoft/sp-adaptive-card-extension-base!'
272278
summary: Helper method to create a line chart card view with date data.
273279
remarks: ''
280+
274281
isPreview: false
275282
isDeprecated: false
276283
syntax:
@@ -291,6 +298,7 @@ functions:
291298
package: '@microsoft/sp-adaptive-card-extension-base!'
292299
summary: Helper method to create a pie chart card view
293300
remarks: ''
301+
294302
isPreview: false
295303
isDeprecated: false
296304
syntax:
@@ -309,6 +317,7 @@ functions:
309317
package: '@microsoft/sp-adaptive-card-extension-base!'
310318
summary: Helper method to create a Primary Text Card View.
311319
remarks: ''
320+
312321
isPreview: false
313322
isDeprecated: false
314323
syntax:
@@ -327,6 +336,7 @@ functions:
327336
package: '@microsoft/sp-adaptive-card-extension-base!'
328337
summary: Helper method to create a Search Card View.
329338
remarks: ''
339+
330340
isPreview: false
331341
isDeprecated: false
332342
syntax:
@@ -343,6 +353,7 @@ functions:
343353
package: '@microsoft/sp-adaptive-card-extension-base!'
344354
summary: Helper method to create an Text Input Card View.
345355
remarks: ''
356+
346357
isPreview: false
347358
isDeprecated: false
348359
syntax:
@@ -361,6 +372,7 @@ functions:
361372
package: '@microsoft/sp-adaptive-card-extension-base!'
362373
summary: Helper method to create an Text Input with Image Card View.
363374
remarks: ''
375+
364376
isPreview: false
365377
isDeprecated: false
366378
syntax:

SP-Framework/sp-adaptive-card-extension-base/adaptivecardextensioncontext.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ summary: Adaptive Card Extension context object.
77
remarks: >-
88
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or
99
create subclasses that extend the `AdaptiveCardExtensionContext` class.
10+
example: []
1011
isPreview: false
1112
isDeprecated: false
1213
type: class
@@ -17,6 +18,7 @@ properties:
1718
fullName: deviceContext
1819
summary: ''
1920
remarks: ''
21+
example: []
2022
isPreview: false
2123
isDeprecated: false
2224
syntax:
@@ -29,6 +31,7 @@ properties:
2931
fullName: location
3032
summary: Provides a promise that gets current location of the device
3133
remarks: ''
34+
example: []
3235
isPreview: true
3336
isDeprecated: false
3437
syntax:
@@ -41,6 +44,7 @@ properties:
4144
fullName: manifest
4245
summary: 'See [BaseComponentContext.manifest](xref:@microsoft/sp-component-base!BaseComponentContext%23manifest:member)'
4346
remarks: ''
47+
example: []
4448
isPreview: false
4549
isDeprecated: false
4650
syntax:
@@ -53,6 +57,7 @@ properties:
5357
fullName: propertyPane
5458
summary: 'See [IPropertyPaneAccessor](xref:@microsoft/sp-webpart-base!IPropertyPaneAccessor:interface)'
5559
remarks: ''
60+
example: []
5661
isPreview: false
5762
isDeprecated: false
5863
syntax:
@@ -67,6 +72,7 @@ properties:
6772
Provides a sdk that gets current context of device. See
6873
[IPartialSDKs](xref:@microsoft/sp-adaptive-card-extension-base!IPartialSDKs:interface)
6974
remarks: ''
75+
example: []
7076
isPreview: false
7177
isDeprecated: false
7278
syntax:

SP-Framework/sp-adaptive-card-extension-base/barchartdata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ summary: Utility type to define what valid types of data can be used in a bar ch
77
remarks: >-
88
See [SupportedBarChartDataTypes](xref:@microsoft/sp-adaptive-card-extension-base!SupportedBarChartDataTypes:type) for
99
valid types.
10+
example: []
1011
isPreview: false
1112
isDeprecated: false
1213
syntax: 'export type BarChartData<Type> = ExtractFromSet<SupportedBarChartDataTypes, Type>;'

0 commit comments

Comments
 (0)