Interface RenderContentParams

The parameters given to the preview handler to render the preview content.

interface RenderContentParams {
    content: string;
    originUri: URI;
}

Properties

Properties

content: string

Textual content of the resource.

originUri: URI

URI identifying the source resource.