vlocode-project - v1.42.0
    Preparing search index...

    Interface DatapackSourceInfo

    interface DatapackSourceInfo {
        external?: boolean;
        fieldFiles?: Record<string, string>;
        fileName: string;
    }
    Index

    Properties

    external?: boolean

    True when this value was loaded from a separate file reference.

    fieldFiles?: Record<string, string>

    Primitive child fields that were loaded from separate files. Objects and arrays carry their own source metadata instead.

    fileName: string

    File that originally contained this value.