SiLaunchpadFactoryComponent documentation¶
selector
si-launchpad-factoryInput Properties¶
| Name | Type | Default | Description |
|---|---|---|---|
| apps | (App[] | AppCategory[]) | All app items shown in the launchpad. | |
| closeText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.CLOSE:Close launchpad` | Text to close the launchpad. Needed for a11y. |
| enableFavorites ¶ | boolean | false | Allow the user to select favorite apps which will then be displayed at the top. |
| favoriteAppsText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.FAVORITE_APPS:Favorite apps` | Title of the favorite apps section. |
| showLessAppsText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.SHOW_LESS:Show less` | Title of the show less apps button. |
| showMoreAppsText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.SHOW_MORE:Show more` | Title of the show more apps button. |
| subtitleText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.SUBTITLE:Access all your apps` | Subtitle of the launchpad. |
| titleText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.TITLE:Launchpad` | Title of the launchpad. |
Output Properties¶
| Name | Type | Description |
|---|---|---|
| favoriteChange ¶ | FavoriteChangeEvent |
Types Documentation¶
| Represents a categories in the launchpad. | |||
|---|---|---|---|
|
| 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. |
|---|
|
| Represents an app to be shown in the launchpad. | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Translatable import imported from @siemens/element-translate-ng |
|---|
|
Except where otherwise noted, content on this site is licensed under MIT License.