MediaSFU ReactJS
Preparing search index...
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
containerProps
?:
HTMLAttributes
<
HTMLDivElement
>
Optional
fallback
Spinner
fallbackSpinner
?:
ReactNode
Optional
render
Container
renderContainer
?:
(
options
:
{
defaultContainer
:
ReactNode
;
buttons
:
CustomButton
[]
}
,
)
=>
ReactNode
Optional
render
Buttons
renderButtons
?:
(
options
:
{
defaultButtons
:
ReactNode
[]
;
buttons
:
CustomButton
[]
}
,
)
=>
ReactNode
Optional
render
Button
renderButton
?:
(
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...