VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
ElementProperties
Interface ElementProperties
interface
ElementProperties
{
colSpan
?:
number
;
keepWithNext
?:
boolean
;
linkTarget
?:
string
;
marginBottom
?:
number
;
marginTop
?:
number
;
onMessage
?:
string
;
onResolve
?:
string
;
pageOverrides
?:
{
footer
?:
PageRegionContent
|
null
;
header
?:
PageRegionContent
|
null
;
}
;
pageReservationAfter
?:
number
;
paginationContinuation
?:
Record
<
string
,
any
>
;
reflowKey
?:
string
;
rowSpan
?:
number
;
semanticRole
?:
string
;
sourceId
?:
string
;
style
?:
Record
<
string
,
any
>
;
toc
?:
{
levelFilter
?:
number
[]
;
style
?:
Record
<
string
,
unknown
>
;
title
?:
string
;
}
;
[
key
:
string
]:
any
;
}
Hierarchy
Record
<
string
,
any
>
ElementProperties
Indexable
[
key
:
string
]:
any
Index
Properties
col
Span?
keep
With
Next?
link
Target?
margin
Bottom?
margin
Top?
on
Message?
on
Resolve?
page
Overrides?
page
Reservation
After?
pagination
Continuation?
reflow
Key?
row
Span?
semantic
Role?
source
Id?
style?
toc?
Properties
Optional
col
Span
colSpan
?:
number
Optional
keep
With
Next
keepWithNext
?:
boolean
Optional
link
Target
linkTarget
?:
string
Optional
margin
Bottom
marginBottom
?:
number
Optional
margin
Top
marginTop
?:
number
Optional
on
Message
onMessage
?:
string
Optional
on
Resolve
onResolve
?:
string
Optional
page
Overrides
pageOverrides
?:
{
footer
?:
PageRegionContent
|
null
;
header
?:
PageRegionContent
|
null
;
}
Optional
page
Reservation
After
pageReservationAfter
?:
number
Optional
pagination
Continuation
paginationContinuation
?:
Record
<
string
,
any
>
Optional
reflow
Key
reflowKey
?:
string
Optional
row
Span
rowSpan
?:
number
Optional
semantic
Role
semanticRole
?:
string
Optional
source
Id
sourceId
?:
string
Optional
style
style
?:
Record
<
string
,
any
>
Optional
toc
toc
?:
{
levelFilter
?:
number
[]
;
style
?:
Record
<
string
,
unknown
>
;
title
?:
string
;
}
Table of Contents options. Declared on
toc
elements.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
col
Span
keep
With
Next
link
Target
margin
Bottom
margin
Top
on
Message
on
Resolve
page
Overrides
page
Reservation
After
pagination
Continuation
reflow
Key
row
Span
semantic
Role
source
Id
style
toc
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...
Table of Contents options. Declared on
tocelements.