Interface ShowDocumentResult

The result of a showDocument request.

3.16.0

interface ShowDocumentResult {
    success: boolean;
}

Properties

Properties

success: boolean

A boolean indicating if the show was successful.