Rxova
Skip to content

InspectorProps

optional defaultOpen?: boolean;

Start expanded. Default false.


optional leaseMs?: number;

How long a leader wire keeps the crown before it is treated as stale. Should match the Leader’s leaseMs. Default 3000.


optional limit?: number;

How many wires to keep in the log. Default 50.


optional name?: string;

Which bus to watch. Defaults to the shared default name.


optional position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";

Corner to dock in. Default ‘bottom-right’.