CardComponentEventNames type

List of all events supported by components.

export declare type CardComponentEventNames = 'onChange';

Remarks

For the events supported by a specific component, see type definition for that component. This type describes a union of all events supported by all components.