Skip to content

Commit

Permalink
update image link
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-jad-alhak committed Nov 3, 2024
1 parent 5bfed39 commit f1c17f6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ public get template(): ISPFxAdaptiveCard {
8. Add a render() method

Since you're now using **React** for rendering, add the `render()` method to your class. This method will throw an error for now, indicating the method is not yet implemented.


![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728222864140/9db40234-6d3c-4a4b-9e29-2dabadbe8792.png align="center")
![impelement inherited abstract class](images/card-view.png)


After impelemeting inferited abstrct class
After impelemeting inherited abstrct class

```typescript
import { BaseWebQuickView} from '@microsoft/sp-adaptive-card-extension-base';
Expand Down

0 comments on commit f1c17f6

Please sign in to comment.