tuil
ReferencePackages@mwillbanks/tuil-log-viewerAPI

LogExportDialog

function exported by @mwillbanks/tuil-log-viewer.

View rawEdit

function

Public function exported by @mwillbanks/tuil-log-viewer.

export function LogExportDialog(props: {
  readonly model: LogViewerModel;
  readonly format?: "jsonl" | "text";
}): ReactNode;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
props{ readonly model: LogViewerModel; readonly format?: "jsonl" | "text"; }YesSupplies the props value as { readonly model: LogViewerModel; readonly format?: "jsonl" | "text"; }.LogViewerModel

Returns

ReactNode — Returns a value that satisfies ReactNode.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-log-viewer

On this page