Interface TextDocumentContentRefreshParams

Parameters for the workspace/textDocumentContent/refresh request.

3.18.0

interface TextDocumentContentRefreshParams {
    uri: string;
}

Properties

Properties

uri: string

The uri of the text document to refresh.