IAdaptiveCardExtensionDataView interface

The interface defines properties for view that specify configuration as data property.

Extends

Properties

data

The data used to render the View.

Property Details

data

The data used to render the View.

get data(): TData | undefined;

Property Value

TData | undefined