MediaSFU Angular
    Preparing search index...

    Interface CustomButtonsOptions

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

    Properties

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