VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
BoxMeta
Interface BoxMeta
interface
BoxMeta
{
actorId
?:
string
;
clonedFromSourceId
?:
string
;
engineKey
:
string
;
fragmentIndex
:
number
;
generated
?:
boolean
;
isContinuation
:
boolean
;
originSourceId
?:
string
;
pageIndex
?:
number
;
reflowKey
?:
string
;
semanticRole
?:
string
;
sourceId
:
string
;
sourceType
:
string
;
transformKind
?:
"clone"
|
"split"
|
"morph"
;
}
Index
Properties
actor
Id?
cloned
From
Source
Id?
engine
Key
fragment
Index
generated?
is
Continuation
origin
Source
Id?
page
Index?
reflow
Key?
semantic
Role?
source
Id
source
Type
transform
Kind?
Properties
Optional
actor
Id
actorId
?:
string
Optional
cloned
From
Source
Id
clonedFromSourceId
?:
string
engine
Key
engineKey
:
string
fragment
Index
fragmentIndex
:
number
Optional
generated
generated
?:
boolean
is
Continuation
isContinuation
:
boolean
Optional
origin
Source
Id
originSourceId
?:
string
Optional
page
Index
pageIndex
?:
number
Optional
reflow
Key
reflowKey
?:
string
Optional
semantic
Role
semanticRole
?:
string
source
Id
sourceId
:
string
source
Type
sourceType
:
string
Optional
transform
Kind
transformKind
?:
"clone"
|
"split"
|
"morph"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
Id
cloned
From
Source
Id
engine
Key
fragment
Index
generated
is
Continuation
origin
Source
Id
page
Index
reflow
Key
semantic
Role
source
Id
source
Type
transform
Kind
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...