VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
SpatialGrid
Interface SpatialGrid
interface
SpatialGrid
{
blockStyle
?:
Record
<
string
,
unknown
>
;
cells
:
SpatialGridCell
[]
;
cellStyle
?:
Record
<
string
,
unknown
>
;
columnGap
:
number
;
columns
?:
TableColumnSizing
[]
;
hasRowSpan
?:
boolean
;
headerCellStyle
?:
Record
<
string
,
unknown
>
;
headerHasRowSpan
?:
boolean
;
headerRowIndices
?:
number
[]
;
headerRows
:
number
;
kind
:
"spatial-grid"
;
pageReservationAfter
?:
number
;
paginationContinuation
?:
Record
<
string
,
unknown
>
;
repeatHeader
:
boolean
;
resolvedColumns
:
SpatialResolvedColumn
[]
;
rowGap
:
number
;
source
:
SpatialSourceRef
;
}
Index
Properties
block
Style?
cells
cell
Style?
column
Gap
columns?
has
Row
Span?
header
Cell
Style?
header
Has
Row
Span?
header
Row
Indices?
header
Rows
kind
page
Reservation
After?
pagination
Continuation?
repeat
Header
resolved
Columns
row
Gap
source
Properties
Optional
block
Style
blockStyle
?:
Record
<
string
,
unknown
>
cells
cells
:
SpatialGridCell
[]
Optional
cell
Style
cellStyle
?:
Record
<
string
,
unknown
>
column
Gap
columnGap
:
number
Optional
columns
columns
?:
TableColumnSizing
[]
Optional
has
Row
Span
hasRowSpan
?:
boolean
Optional
header
Cell
Style
headerCellStyle
?:
Record
<
string
,
unknown
>
Optional
header
Has
Row
Span
headerHasRowSpan
?:
boolean
Optional
header
Row
Indices
headerRowIndices
?:
number
[]
header
Rows
headerRows
:
number
kind
kind
:
"spatial-grid"
Optional
page
Reservation
After
pageReservationAfter
?:
number
Optional
pagination
Continuation
paginationContinuation
?:
Record
<
string
,
unknown
>
repeat
Header
repeatHeader
:
boolean
resolved
Columns
resolvedColumns
:
SpatialResolvedColumn
[]
row
Gap
rowGap
:
number
source
source
:
SpatialSourceRef
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Style
cells
cell
Style
column
Gap
columns
has
Row
Span
header
Cell
Style
header
Has
Row
Span
header
Row
Indices
header
Rows
kind
page
Reservation
After
pagination
Continuation
repeat
Header
resolved
Columns
row
Gap
source
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...