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.icardbutton

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

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

ICardButton interface

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.

A button to display on a Card View.

Signature:

export interface ICardButton

Properties

Property Type Description
action ICardAction (BETA) The type of the button.
id? string (BETA) (Optional) Unique Id of the button.
style? ActionStyle (BETA) (Optional) Controls the style of the button.
title string (BETA) Text displayed on the button.
Clone this wiki locally