Skip to content

SiAboutComponent documentation

selector
si-about

Input Properties

NameTypeDefaultDescription
aboutTitle
Required
stringTitle shown above the about information.
LinkLink to Acceptable Use Policy .
appName
Required
stringTitle of this application.
LinkLink to Cookie Notice .
copyrightDetails
CopyrightDetailsCopyright information to be displayed. Alternatively, you can use the SI_COPYRIGHT_DETAILS global inject.
icon
stringPath to the application logo. Use for image
iconName
stringName of element icon. Use as alternative to image
LinkLink to Corporate Information .
licenseInfo
Required
LicenseInfoDefine mode to display the licenses. See LicenseInfo
Link[][]Additional links listed in the about section.
LinkLink to Privacy Notice .
subheading
string[]Sub titles of the application. Shown as a list below the application name. (Optional)
LinkLink to Terms of Use .

Types Documentation

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
Copyright (c) Siemens 2016 - 2025 SPDX-License-Identifier: MIT
Properties
URL to license REST end point. License texts are lazy loaded separately for each component. Requires a service to provide license data.
api?: string
In API View, custom license file icon.
icon?: string
URL to license file to be shown in iFrame.
iframe?: string
License to be shown as plain text in <​pre​> element.
text?: string
Title of the License Info.
title: string
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.