Lines Matching full:viewer
164 Log Viewer Component
166 The NPM package also includes a log viewer component that can be embedded in any
168 supports defining your own log source. See :ref:`module-pw_web-log-viewer` for
176 <div id="log-viewer-container"></div>
183 '#log-viewer-container'
191 The code above will render a working log viewer that just streams mock
199 <div id="log-viewer-container"></div>
212 '#log-viewer-container'
221 You can define a custom log source that works with the log viewer component by
259 Only fields that exist in the Log Source will render as columns in the Log Viewer.
289 shadow DOM boundaries generated by custom elements. To facilitate this, the ``Log Viewer``
296 const logViewer = containerEl.querySelector('log-viewer');
308 pass this state object to the ``Log Viewer`` during initialization. Here is how you can achieve
335 ``log-viewer/src/shared/view-node.ts``.
339 The log viewer web component provides the ability to set the color scheme
342 To set the color scheme, first obtain a reference to the ``log-viewer`` element
347 const logViewer = document.querySelector('log-viewer');
368 The Log Viewer uses a subset of the Material Symbols Rounded icon font fetched via the `Google Font…
432 library to enable resizable split views within the log viewer.
444 const logViewer = document.querySelector('log-viewer');
448 not be imported or used within the log viewer.