VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
SpatialZone
Interface SpatialZone
interface
SpatialZone
{
content
?:
SpatialZoneContent
;
id
?:
string
;
style
?:
Record
<
string
,
unknown
>
;
width
:
number
;
x
:
number
;
}
Index
Properties
content?
id?
style?
width
x
Properties
Optional
content
content
?:
SpatialZoneContent
Optional
id
id
?:
string
Optional
style
style
?:
Record
<
string
,
unknown
>
width
width
:
number
x
x
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
id
style
width
x
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...