Bowmark AIdocs

Viewrail

Cable railing / floating-stair manufacturer — the material and mounting-style catalog behind Victor, Viewrail's own draw-and-quote design app…

Cable railing / floating-stair manufacturer — the material and mounting-style catalog behind Victor, Viewrail's own draw-and-quote design app (victor.viewrail.com). listMaterials and listMountingStyles are live; the rest of Victor's option set (infill, posts, handrails, newels) are stubs.

Domain: viewrail.com

Also known as: Viewrail, viewrail, VIEWRAIL, StairSupplies, Victor

Prefer the capability

bowmark.cable_railing_quote covers this provider and routes around it when it is having a bad day. Reach for this page when you need viewrail.com specifically.

Call it directly

bowmark.providers.viewrail.listMaterials(): Promise<ViewrailMaterial[]>
bowmark.providers.viewrail.listMountingStyles(): Promise<ViewrailMountingStyle[]>

Functions

FunctionWhat it does
listMaterialsLists the metal and metal-look composite families Victor's cable railing configurator offers (304/316/2205 stainless steel, aluminum, wood-grain aluminum, …), each with whether it's a true…
listMountingStylesLists Victor's post-mounting styles (Surface Mount, Side Mount, SLIM Side Mount, Bump Out Side Mount, Core Drill, …) and which material families each is available in — the first choice…

Types

interface ViewrailMaterial {
  slug: string;
  title: string;
  metal: boolean;
  defaultFinish: string | null;
  finishes: string[];
}

interface ViewrailMountingStyle {
  slug: string;
  title: string;
  availableMaterials: string[];
}
cable_railing_quoteCable railing design quote (materials & mounting options) — the capability this provider backs.