VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
SpatialBlockObstacle
Interface SpatialBlockObstacle
interface
SpatialBlockObstacle
{
align
:
"left"
|
"right"
|
"center"
;
content
:
SpatialFlowBlock
;
gap
:
number
;
height
:
number
;
kind
:
"block-obstacle"
;
mode
:
"float"
|
"story-absolute"
;
resolvedX
:
number
;
source
:
SpatialSourceRef
;
width
:
number
;
wrap
:
"around"
|
"top-bottom"
|
"none"
;
yAnchor
:
"at-cursor"
;
}
Index
Properties
align
content
gap
height
kind
mode
resolved
X
source
width
wrap
y
Anchor
Properties
align
align
:
"left"
|
"right"
|
"center"
content
content
:
SpatialFlowBlock
gap
gap
:
number
height
height
:
number
kind
kind
:
"block-obstacle"
mode
mode
:
"float"
|
"story-absolute"
resolved
X
resolvedX
:
number
source
source
:
SpatialSourceRef
width
width
:
number
wrap
wrap
:
"around"
|
"top-bottom"
|
"none"
y
Anchor
yAnchor
:
"at-cursor"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
align
content
gap
height
kind
mode
resolved
X
source
width
wrap
y
Anchor
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...