Link

Smart ButtonType

SmartButtonType is an enum which is describes type of button.

export enum SmartButtonType {
    Excel,
    Pdf,
    Copy,
    Csv,
    Colvis,
    Custom
}