Skip to content

AppCategory Type documentation

Represents a categories in the launchpad.
Properties
The apps to show under this category.
apps: App[]
The name of the app category.
name?: TranslatableString

Types Documentation

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
Properties
Whether the app should be marked as external.
external?: boolean
Whether the app is marked as favorite.
favorite?: boolean
CSS class to apply, which should render the icon. Typically, "element-*".
iconClass?: string
Icon of the app.
iconUrl?: string
Name of the app
name: TranslatableString
Name of the related system.
systemName?: TranslatableString
Whether the app should be marked as external.
Whether the app is marked as favorite.
CSS class to apply, which should render the icon. Typically, "element-*".
Icon of the app.
Name of the app
Name of the related system.

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