Skip to content

BlueprintApi

Defined in: packages/sdk/src/resources/BlueprintApi.ts:13

The blueprint is the canvas-graph view of a website’s pages, routes, and services. get returns nodes + edges; setPositions persists drag-to-arrange offsets.

  • Resource

new BlueprintApi(opts): BlueprintApi

Defined in: packages/sdk/src/request.ts:93

VantageClientOptions

BlueprintApi

Resource.constructor

get(websiteId): Promise<BlueprintGraph>

Defined in: packages/sdk/src/resources/BlueprintApi.ts:14

string

Promise<BlueprintGraph>


setPositions(websiteId, update): Promise<{ updated: number; }>

Defined in: packages/sdk/src/resources/BlueprintApi.ts:17

string

BlueprintPositionsUpdate

Promise<{ updated: number; }>