interface DocumentSheetRenderOptions {
    renderContext: string;
    renderData: object;
}

Properties

renderContext: string

A string with the format "{operation}{documentName}" providing context

renderData: object

Data describing the document modification that occurred