SiInfoPageComponent documentation¶
selector
si-info-page
The component displays application info messages. A message uses an icon and a title, optionally a copy text, instructions and a link. Replace the integrated icon by content projection of another icon or image with the CSS class .si-info-image
. Use content projection with the CSS class si-info-actions
to inject more buttons and options to interact with the page.
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
copyText ¶ | TranslatableString | A more detailed explanation of the error, outlining the reasoning for it and how a user can resolve it. | |
icon ¶ | string | 'element-warning-filled' | The element warning icon. |
iconColor ¶ | (undefined | string ) | 'status-warning' | Icon color class, see https://element.siemens.io/fundamentals/typography/#color-variants-classes |
instructions ¶ | TranslatableString | A detailed instruction on how a user can resolve the error. | |
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. | |
titleText | TranslatableString | A short and concise title to explain the error. |
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.