CardComponentConfiguration type

Base component configuration.

export declare type CardComponentConfiguration<T extends ICardComponentParameters = ICardComponentParameters, K extends keyof T | '' = ''> = Omit<T, K>;

Remarks

component configuration is the subset of component parameters that are available to a developer for customizations.