GenericCardViewFooterParameters type

The footer parameters for the Generic card view templates. Can contain either 0 to 2 buttons or a single text input.

export declare type GenericCardViewFooterParameters = CardViewActionsFooterParameters | [ICardTextInputParameters];

Remarks

The Generic card view templates are Basic Card View, Primary Text Card View, and Image Card View.