Skip to content

Commit c49bab2

Browse files
author
Alex Terentiev
committed
remove internal method from adaptivecardextensioncontext
1 parent dc9c7fe commit c49bab2

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,4 @@ properties:
5959
content: 'get propertyPane(): IPropertyPaneAccessor | undefined;'
6060
return:
6161
type: '<xref uid="@microsoft/sp-webpart-base!IPropertyPaneAccessor:interface" /> | undefined'
62-
methods:
63-
- name: '_logEditCustomerPromiseFailure(alias, errorMessage, errorScenario)'
64-
uid: '@microsoft/sp-adaptive-card-extension-base!AdaptiveCardExtensionContext#_logEditCustomerPromiseFailure:member(1)'
65-
package: '@microsoft/sp-adaptive-card-extension-base!'
66-
fullName: '_logEditCustomerPromiseFailure(alias, errorMessage, errorScenario)'
67-
summary: ''
68-
remarks: ''
69-
isPreview: false
70-
isDeprecated: false
71-
syntax:
72-
content: '_logEditCustomerPromiseFailure(alias: string, errorMessage: string, errorScenario: string): void;'
73-
parameters:
74-
- id: alias
75-
description: Manifest alias
76-
type: string
77-
- id: errorMessage
78-
description: Additional error details describing the failure.
79-
type: string
80-
- id: errorScenario
81-
description: Information to indicate which scenario failed for the module listed in errorCode.
82-
type: string
83-
return:
84-
type: void
85-
description: ''
8662
extends: '<xref uid="@microsoft/sp-component-base!BaseComponentContext:class" />'

0 commit comments

Comments
 (0)