Skip to content

probe-web / @probe-web/client / wire / WireColumn

Type Alias: WireColumn

ts
type WireColumn = 
  | "LeftEdge"
  | {
  Column: bigint;
};

Defined in: wire.ts:926

probe-rs-rpc WireColumn.