Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp adaptive card extension base.baseimagecardview

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-adaptive-card-extension-base > BaseImageCardView

BaseImageCardView class

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Base class for an Image Card view.

Signature:

export declare abstract class BaseImageCardView<TProperties = {}, TState = {}> extends BaseCardView<TProperties, TState, IImageCardParameters>

Extends: BaseCardView<TProperties, TState, IImageCardParameters>

Remarks

The Image Card view displays the following: - Card title - Card icon - One image - One primary text field - Zero buttons in the Medium Card size, up to two buttons in Large Card size

Properties

Property Modifiers Type Description
template ISPFxAdaptiveCard (BETA) Returns the Adaptive Card template for the BaseImageCardView.
Clone this wiki locally