Langium - v4.0.0
    Preparing search index...

    Interface JsonDeserializeOptions

    interface JsonDeserializeOptions {
        uriConverter?: (uri: string) => URI;
    }
    Index

    Properties

    Properties

    uriConverter?: (uri: string) => URI

    Used to parse and convert URIs when the target of a cross-reference is in a different document.