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:Favorites` | Title of the favorite apps section. |
| showMoreAppsText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.SHOW_MORE:Show more` | Title of the show more apps button. |
| subtitleText ¶ | TranslatableString | Subtitle of the launchpad. When not provided, no subtitle is displayed. | |
| titleText ¶ | TranslatableString | $localize`:@@SI_LAUNCHPAD.TITLE:Switch app` | Title of the launchpad. |
| showLessAppsText | unknown | Deprecated: This input no longer has an effect. showMoreAppsText is shown in all cases. |
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. | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
| ||||||||||||
|
| Directive for trapping focus within a region. | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| |||||||||
| |||||||||
| |||||||||
|
| Trigger to open dropdowns in a navbar. A dropdown will always be attached to the view, even if not visible. If a dropdown is opened in desktop mode, it will be reattached to an overlay while being opened. | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
|
Except where otherwise noted, content on this site is licensed under MIT License.