VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/transmuter-mkd-literature
Element
Interface Element
interface
Element
{
balance
?:
boolean
;
children
?:
Element
[]
;
columns
?:
number
;
content
:
string
;
dropCap
?:
Record
<
string
,
unknown
>
;
gutter
?:
number
;
image
?:
Record
<
string
,
unknown
>
;
properties
?:
Record
<
string
,
unknown
>
;
table
?:
Record
<
string
,
unknown
>
;
type
:
string
;
}
Index
Properties
balance?
children?
columns?
content
drop
Cap?
gutter?
image?
properties?
table?
type
Properties
Optional
balance
balance
?:
boolean
Optional
children
children
?:
Element
[]
Optional
columns
columns
?:
number
content
content
:
string
Optional
drop
Cap
dropCap
?:
Record
<
string
,
unknown
>
Optional
gutter
gutter
?:
number
Optional
image
image
?:
Record
<
string
,
unknown
>
Optional
properties
properties
?:
Record
<
string
,
unknown
>
Optional
table
table
?:
Record
<
string
,
unknown
>
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balance
children
columns
content
drop
Cap
gutter
image
properties
table
type
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...