Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageProperties

Properties of a page in a channel.

Hierarchy

  • PageProperties

Index

Properties

channel

channel: { contextPath: string; id: string; mountPath: string }

Properties of the channel the page is part of.

Type declaration

  • contextPath: string

    The context path of the site application. For example "/site" or "/".

    since

    13.2

  • id: string

    The identifier of the channel. For example: "example-preview".

  • mountPath: string

    The mount path of the channel. For example "/subsite", "/europe/nl" or an empty string for the root mount.

    since

    13.2

id

id: string

The UUID of the hst:component root node of the page hierarchy.

path

path: string

The URL of the page relative to the mount path of the channel. For example "/news/mypage.html" or an empty string for the home page.

since

13.2

sitemapItem

sitemapItem: { id: string }

Properties of the matched sitemap item.

Type declaration

  • id: string

    The UUID of the sitemap item.

url

url: string

The public URL of the page.