VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface SpatialSourceRef

    interface SpatialSourceRef {
        language?: string;
        path: string;
        reflowKey?: string;
        semanticRole?: string;
        sourceId?: string;
        sourceRange?: Record<string, unknown>;
        sourceSyntax?: string;
    }
    Index

    Properties

    language?: string
    path: string
    reflowKey?: string
    semanticRole?: string
    sourceId?: string
    sourceRange?: Record<string, unknown>
    sourceSyntax?: string