ICardButtonParameters interface
Card button component parameters.
- Extends
Remarks
Card buttons are used in the card view footer and used to invoke such actions as Submit, QuickView, etc.
Properties
component |
Unique component name. |
style | Controls the style of the button. |
title | Text displayed on the button. |
Property Details
componentName
Unique component name.
componentName: 'cardButton';
Property Value
'cardButton'
style
Controls the style of the button.
style?: 'default' | 'positive';
Property Value
'default' | 'positive'
title
Text displayed on the button.
title: string;
Property Value
string