ICardButtonBase interface

Base properties for the buttons used in different ACE card view components, such as Text Input and Search Box and Card Button.

Properties

action

The type of the button.

id

Unique Id of the button.

Property Details

action

The type of the button.

action: ICardAction;

Property Value

id

Unique Id of the button.

id?: string;

Property Value

string