VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
SpatialGridCell
Interface SpatialGridCell
interface
SpatialGridCell
{
col
:
number
;
colSpan
:
number
;
content
:
SpatialZoneContent
;
resolvedWidth
:
number
;
resolvedX
:
number
;
row
:
number
;
rowGroup
?:
"header"
|
"footer"
|
"body"
;
rowSpan
:
number
;
source
:
SpatialSourceRef
;
style
:
Record
<
string
,
unknown
>
;
}
Index
Properties
col
col
Span
content
resolved
Width
resolved
X
row
row
Group?
row
Span
source
style
Properties
col
col
:
number
col
Span
colSpan
:
number
content
content
:
SpatialZoneContent
resolved
Width
resolvedWidth
:
number
resolved
X
resolvedX
:
number
row
row
:
number
Optional
row
Group
rowGroup
?:
"header"
|
"footer"
|
"body"
row
Span
rowSpan
:
number
source
source
:
SpatialSourceRef
style
style
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
col
col
Span
content
resolved
Width
resolved
X
row
row
Group
row
Span
source
style
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...