Skip to content

LandingInfo

Defined in: src/http/types.ts:192

Worker identity for the standardized VGI landing surface.

The shared landing.html reads catalog metadata by speaking the VGI protocol through the client bundle the worker serves beside it, so nothing about the catalog belongs here. What the protocol has no method for — which worker this is, what it is called, what version it runs — rides on the JSON status document at GET {prefix}/?format=json.

optional cupolaBase?: string;

Defined in: src/http/types.ts:200

Override the Cupola base URL the “Explore” links point at.


optional doc?: string;

Defined in: src/http/types.ts:196

One-line description shown under the heading.


name: string;

Defined in: src/http/types.ts:194

Worker name shown as the page heading, e.g. “ishares”.


optional version?: string;

Defined in: src/http/types.ts:198

Worker version string shown in the footer.