Skip to main content

@dialstack/sdk / index / PhoneNumberRowSection

Type Alias: PhoneNumberRowSection

type PhoneNumberRowSection = "detail" | "routing";

Defined in: sdk/src/types/phone-numbers.ts:140

Which surface a row interaction targets.

  • detail (default): the row body. For an in-flight order/port this resolves to the order/port detail so its progress stays reachable.
  • routing: the routing-target cell. Always the number's own routing surface, so a pre-created (inactive) number can have its routing target configured before its order completes — it then routes the instant it activates.