Represents an interface for an action in a card view. This interface extends the Omit<IOption, keyof { isVisible: never; isDisabled: never; }> interface.
The type of data associated with the item.
The type of payload.
Optional
Represents an interface for an action in a card view. This interface extends the Omit<IOption, keyof { isVisible: never; isDisabled: never; }> interface.