VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
SpatialSourceRef
Interface SpatialSourceRef
interface
SpatialSourceRef
{
language
?:
string
;
path
:
string
;
reflowKey
?:
string
;
semanticRole
?:
string
;
sourceId
?:
string
;
sourceRange
?:
Record
<
string
,
unknown
>
;
sourceSyntax
?:
string
;
}
Index
Properties
language?
path
reflow
Key?
semantic
Role?
source
Id?
source
Range?
source
Syntax?
Properties
Optional
language
language
?:
string
path
path
:
string
Optional
reflow
Key
reflowKey
?:
string
Optional
semantic
Role
semanticRole
?:
string
Optional
source
Id
sourceId
?:
string
Optional
source
Range
sourceRange
?:
Record
<
string
,
unknown
>
Optional
source
Syntax
sourceSyntax
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
language
path
reflow
Key
semantic
Role
source
Id
source
Range
source
Syntax
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...