ICardComponentParameters interface

Base card view component parameters.

Properties

componentName

Unique component name. For example, "textInput"

id

Unique Id of the component.

Property Details

componentName

Unique component name. For example, "textInput"

componentName: CardComponentName;

Property Value

id

Unique Id of the component.

id?: string;

Property Value

string