Preparing search index...
The search index is not available
MediaSFU ReactJS
MediaSFU ReactJS
CustomButtonsOptions
Interface CustomButtonsOptions
interface
CustomButtonsOptions
{
buttons
:
CustomButton
[]
;
containerProps
?:
HTMLAttributes
<
HTMLDivElement
>
;
fallbackSpinner
?:
ReactNode
;
renderContainer
?:
(
(
options
:
{
defaultContainer
:
ReactNode
;
buttons
:
CustomButton
[]
;
}
)
=>
ReactNode
)
;
renderButtons
?:
(
(
options
:
{
defaultButtons
:
ReactNode
[]
;
buttons
:
CustomButton
[]
;
}
)
=>
ReactNode
)
;
renderButton
?:
(
(
options
:
{
defaultButton
:
ReactNode
;
button
:
CustomButton
;
index
:
number
;
isVisible
:
boolean
;
}
)
=>
ReactNode
)
;
}
Index
Properties
buttons
container
Props?
fallback
Spinner?
render
Container?
render
Buttons?
render
Button?
Properties
buttons
buttons
:
CustomButton
[]
Optional
container
Props
container
Props
?:
HTMLAttributes
<
HTMLDivElement
>
Optional
fallback
Spinner
fallback
Spinner
?:
ReactNode
Optional
render
Container
render
Container
?:
(
(
options
:
{
defaultContainer
:
ReactNode
;
buttons
:
CustomButton
[]
;
}
)
=>
ReactNode
)
Optional
render
Buttons
render
Buttons
?:
(
(
options
:
{
defaultButtons
:
ReactNode
[]
;
buttons
:
CustomButton
[]
;
}
)
=>
ReactNode
)
Optional
render
Button
render
Button
?:
(
(
options
:
{
defaultButton
:
ReactNode
;
button
:
CustomButton
;
index
:
number
;
isVisible
:
boolean
;
}
)
=>
ReactNode
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buttons
container
Props
fallback
Spinner
render
Container
render
Buttons
render
Button
MediaSFU
MediaSFU ReactJS
Loading...