SiUnauthorizedPageComponent documentation¶
selector
si-unauthorized-page
The component shall be use to indicate that an authenticated user does not have the required permissions.
Deprecated: This component is deprecated and will be removed in the future. Use the SiInfoPageComponent
component with the si-info-page
element instead. The SiInfoPageComponent
is a superset of this component and supports the same use cases and more.
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
description ¶ | TranslatableString | May be a longer description explaining the problem. | |
heading ¶ | TranslatableString | The main heading indicating the problem. | |
icon ¶ | string | 'element-warning-filled' | The element warning icon. |
link ¶ | Link | Use the link object if you have one option to follow. A link object has a title to be displayed and can be configured with an external link, a router link, or a custom action. If you want to provide multiple options, add your own content into the component. | |
subHeading ¶ | TranslatableString | A sub heading is a sentence summarizing the problem. |
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 imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.