Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UiProperties

Properties of the CMS that loads the UI extension.

Hierarchy

Index

Properties

baseUrl

baseUrl: string

The base URL of the CMS, without any query parameters.

extension

extension: object

Properties of this UI extension.

Type declaration

  • config: string

    The configuration of this UI extension. How to interpret the string (e.g. parse as JSON) is up to the implementation of the UI extension.

locale

locale: string

The locale of the CMS user as selected in the login page. For example: "en".

timeZone

timeZone: string

The time zone of the CMS user as selected on the login page. For example: "Europe/Amsterdam".

user

user: object

Properties of the CMS user.

Type declaration

  • displayName: string

    Concatenation of the first and last name of the CMS user, or the username if both are blank. For example: "Suzanna Doe" or "admin".

  • firstName: string

    The first name of the CMS user. For example: "Suzanna".

  • id: string

    The username of the CMS user. For example: "admin".

  • lastName: string

    The last name of the CMS user. For example: "Doe".

version

version: string

The version of the CMS. For example: "13.0.0".