Skip to content
HomePagesHomePages template kit

TourValue

A 3D-tour slot's runtime value after resolution.

A 3D-tour slot’s runtime value after resolution. Always a provider embed — there is no hosted branch — so it carries no source discriminant and no intrinsic dimensions; the slot’s own frame owns the render box.

Import from @homepages/template-kit.

export type TourValue = {
tour_id: string;
url: string;
poster: string;
poster_responsive?: ResponsiveImage;
alt: string;
provider?: string;
};