Interface CustomButtonsOptions

interface CustomButtonsOptions {
    buttons: CustomButton[];
    containerAttributes?: {
        [key: string]: any;
    };
    fallbackSpinner?: TemplateRef<any>;
}

Properties

buttons: CustomButton[]
containerAttributes?: {
    [key: string]: any;
}
fallbackSpinner?: TemplateRef<any>