Interface: InspectorProps
Properties
defaultOpen?
optional defaultOpen?: boolean;
Start expanded. Default false.
leaseMs?
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.
limit?
optional limit?: number;
How many wires to keep in the log. Default 50.
name?
optional name?: string;
Which bus to watch. Defaults to the shared default name.
position?
optional position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
Corner to dock in. Default 'bottom-right'.