Skip to content

SiLandingPageComponent documentation

selector
si-landing-page

Input Properties

NameTypeDefaultDescription
announcement
AlertConfigConfig to enable/disable general alerts on landing page
availableLanguages
(string[] | IsoLanguageValue[])Input of si-language-switcher: List of all available languages in this application.
backgroundImageUrl
string'./assets/images/landing-page-steel.webp'URL to custom background image
copyrightDetails
CopyrightDetailsCopyright information to be displayed. Alternatively, you can use the SI_COPYRIGHT_DETAILS global inject.
heading
Required
stringHeading of the application.
Link[][]List of links (e.g. Corporate information)
loginAlert
AlertConfigConfig to enable/disable login related error/alerts
subheading
stringSecondary heading of the application.
subtitle
Required
stringShort description of the application.
translationKey
string'LANGUAGE'Input of si-language-switcher: Key for translation. If your languages are already translated, you may display them without any manipulation by passing in an empty string.
version
stringVersion of the application
logoUrl
Deprecated
stringURL to custom brand image.
Deprecated: By default the logo provided in the theme will be used. For a different logo use the respective CSS variables: <​si-landing-page style="--landing-page-logo: url('https://example.com'); --landing-page-logo-width: 100px; --landing-page-logo-height: 100px" /​>

Types Documentation

Properties
action?: Link
heading?: string
message: string
severity: StatusType
translationParams?: { [ key: string ]: any } }
Copyright (c) Siemens 2016 - 2025 SPDX-License-Identifier: MIT
Properties
Language name, ex "English" or translatable string, ex "LANGUAGES.EN"
name: string
Official ISO language code, ex "en"
value: string
Properties
The company name to be displayed in the copyright notice (not to be translated).
company?: string
The year when the app was last updated. Must be left blank if it equals startYear
lastUpdateYear?: number
The year when the app was first released.
startYear: number
("success" | "info" | "warning" | "danger" | "caution" | "critical")
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality.
Translatable
import

Except where otherwise noted, content on this site is licensed under MIT License.