tuil
ReferencePackages@mwillbanks/tuil-log-viewerAPI

LiveIndicator

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

View rawEdit

function

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

export function LiveIndicator(props: {
  readonly live: boolean;
  readonly dropped?: number;
  readonly sampled?: number;
  readonly rateLimited?: number;
}): ReactNode;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
props{ readonly live: boolean; readonly dropped?: number; readonly sampled?: number; readonly rateLimited?: number; }YesSupplies the props value as { readonly live: boolean; readonly dropped?: number; readonly sampled?: number; readonly rateLimited?: number; }.

Returns

ReactNode — Returns a value that satisfies ReactNode.

Related types: —

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-log-viewer

On this page