Skip to content

FavoriteChangeEvent Type documentation

Properties
app: App
favorite: boolean

Types Documentation

Represents an app to be shown in the launchpad.
Properties
Whether the app is the currently running app.
active?: boolean
Whether the app should be marked as external.
external?: boolean
Whether the app is marked as favorite.
favorite?: boolean
URL destination of the app.
href: string
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
Value for the anchor target attribute.
target?: 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.