MediaSFU React Native
    Preparing search index...

    Interface CustomButtonsOptions

    Interface defining the props for the CustomButtons component.

    interface CustomButtonsOptions {
        buttons: CustomButton[];
    }
    Index

    Properties

    Properties

    buttons: CustomButton[]

    An array of button configurations to be rendered.