MediaSFU ReactJS
Preparing search index...
SubAspectComponentOptions
Interface SubAspectComponentOptions
interface
SubAspectComponentOptions
{
backgroundColor
:
string
;
children
:
ReactNode
;
showControls
?:
boolean
;
containerWidthFraction
?:
number
;
containerHeightFraction
?:
number
;
defaultFractionSub
?:
number
;
containerProps
?:
HTMLAttributes
<
HTMLDivElement
>
;
renderContainer
?:
(
options
:
{
defaultContainer
:
ReactNode
;
styles
:
CSSProperties
;
showControls
:
boolean
;
}
,
)
=>
ReactNode
;
renderContent
?:
(
options
:
{
defaultContent
:
ReactNode
;
showControls
:
boolean
}
,
)
=>
ReactNode
;
}
Index
Properties
background
Color
children
show
Controls?
container
Width
Fraction?
container
Height
Fraction?
default
Fraction
Sub?
container
Props?
render
Container?
render
Content?
Properties
background
Color
backgroundColor
:
string
children
children
:
ReactNode
Optional
show
Controls
showControls
?:
boolean
Optional
container
Width
Fraction
containerWidthFraction
?:
number
Optional
container
Height
Fraction
containerHeightFraction
?:
number
Optional
default
Fraction
Sub
defaultFractionSub
?:
number
Optional
container
Props
containerProps
?:
HTMLAttributes
<
HTMLDivElement
>
Optional
render
Container
renderContainer
?:
(
options
:
{
defaultContainer
:
ReactNode
;
styles
:
CSSProperties
;
showControls
:
boolean
;
}
,
)
=>
ReactNode
Optional
render
Content
renderContent
?:
(
options
:
{
defaultContent
:
ReactNode
;
showControls
:
boolean
}
,
)
=>
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
children
show
Controls
container
Width
Fraction
container
Height
Fraction
default
Fraction
Sub
container
Props
render
Container
render
Content
MediaSFU
MediaSFU ReactJS
Loading...