videx-3d
Preparing search index...
main
AnnotationsState
Type Alias AnnotationsState
type
AnnotationsState
=
{
addLayerAnnotations
:
(
layerId
:
string
,
scope
:
string
,
annotations
:
AnnotationProps
[]
,
)
=>
void
;
annotations
:
Record
<
string
,
AnnotationProps
[]
>
;
clear
:
()
=>
void
;
createLayer
:
(
newLayer
:
AnnotationLayer
)
=>
()
=>
void
;
instances
:
AnnotationInstance
[]
;
layerExist
:
(
id
:
string
)
=>
boolean
;
layers
:
Record
<
string
,
AnnotationLayer
>
;
removeLayerAnnotations
:
(
layerId
:
string
,
scope
?:
string
)
=>
void
;
setInstances
:
(
newInstances
:
AnnotationInstance
[]
)
=>
void
;
toggleVisibility
:
()
=>
void
;
update
:
{
ref
:
ReturnType
<
typeof
setTimeout
>
|
null
;
required
:
boolean
;
setRef
:
(
v
:
ReturnType
<
typeof
setTimeout
>
)
=>
void
;
}
;
updateLayer
:
(
id
:
string
,
updatedLayer
:
Partial
<
AnnotationLayer
>
)
=>
void
;
visible
:
boolean
;
}
Index
Properties
add
Layer
Annotations
annotations
clear
create
Layer
instances
layer
Exist
layers
remove
Layer
Annotations
set
Instances
toggle
Visibility
update
update
Layer
visible
Properties
add
Layer
Annotations
addLayerAnnotations
:
(
layerId
:
string
,
scope
:
string
,
annotations
:
AnnotationProps
[]
,
)
=>
void
annotations
annotations
:
Record
<
string
,
AnnotationProps
[]
>
clear
clear
:
()
=>
void
create
Layer
createLayer
:
(
newLayer
:
AnnotationLayer
)
=>
()
=>
void
instances
instances
:
AnnotationInstance
[]
layer
Exist
layerExist
:
(
id
:
string
)
=>
boolean
layers
layers
:
Record
<
string
,
AnnotationLayer
>
remove
Layer
Annotations
removeLayerAnnotations
:
(
layerId
:
string
,
scope
?:
string
)
=>
void
set
Instances
setInstances
:
(
newInstances
:
AnnotationInstance
[]
)
=>
void
toggle
Visibility
toggleVisibility
:
()
=>
void
update
update
:
{
ref
:
ReturnType
<
typeof
setTimeout
>
|
null
;
required
:
boolean
;
setRef
:
(
v
:
ReturnType
<
typeof
setTimeout
>
)
=>
void
;
}
update
Layer
updateLayer
:
(
id
:
string
,
updatedLayer
:
Partial
<
AnnotationLayer
>
)
=>
void
visible
visible
:
boolean
Settings
Theme
OS
Light
Dark
On This Page
Properties
add
Layer
Annotations
annotations
clear
create
Layer
instances
layer
Exist
layers
remove
Layer
Annotations
set
Instances
toggle
Visibility
update
update
Layer
visible
videx-3d
Loading...