Interface JsonDeserializeOptions

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

Properties

Properties

uriConverter?: ((uri: string) => URI)

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