PreviewElements Variable
Lists the Document Viewer interface elements.
Declaration
export const PreviewElements: {
Toolbar: string;
Breadcrumb: string;
Surface: string;
RightPanel: string;
ExportTool: string;
ParametersPanel: string;
};
Members
| Name | Type | Description |
|---|---|---|
| Breadcrumb | string | The breadcrumb navigation bar displayed above the document when a user navigates through drill-through reports. |
| ExportTool | string | An invisible element that contains the iFrame intended for export and print operations. |
| ParametersPanel | string | The element that displays the Standalone Report Parameters Panel. The Document Viewer’s collection of UI elements does not contain this element. |
| RightPanel | string | The Tab Panel at the Viewer’s right side. Contains the following tabs: |
| Surface | string | The Viewer’s central section that displays the document. |
| Toolbar | string | The Document Viewer’s Toolbar. |