Preparing search index...
The search index is not available
MediaSFU ReactJS
MediaSFU ReactJS
Shape
Interface Shape
interface
Shape
{
type
:
string
;
x
?:
number
;
y
?:
number
;
x1
?:
number
;
y1
?:
number
;
x2
?:
number
;
y2
?:
number
;
text
?:
string
;
color
?:
string
;
font
?:
string
;
fontSize
?:
number
;
thickness
?:
number
;
lineType
?:
string
;
points
?:
{
x
:
number
;
y
:
number
;
}
[]
;
img
?:
HTMLImageElement
;
src
?:
string
;
}
Index
Properties
type
x?
y?
x1?
y1?
x2?
y2?
text?
color?
font?
font
Size?
thickness?
line
Type?
points?
img?
src?
Properties
type
type
:
string
Optional
x
x
?:
number
Optional
y
y
?:
number
Optional
x1
x1
?:
number
Optional
y1
y1
?:
number
Optional
x2
x2
?:
number
Optional
y2
y2
?:
number
Optional
text
text
?:
string
Optional
color
color
?:
string
Optional
font
font
?:
string
Optional
font
Size
font
Size
?:
number
Optional
thickness
thickness
?:
number
Optional
line
Type
line
Type
?:
string
Optional
points
points
?:
{
x
:
number
;
y
:
number
;
}
[]
Optional
img
img
?:
HTMLImageElement
Optional
src
src
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
x
y
x1
y1
x2
y2
text
color
font
font
Size
thickness
line
Type
points
img
src
MediaSFU
MediaSFU ReactJS
Loading...