Skip to content

SiResultDetailsListComponent documentation

selector
si-result-details-list

Input Properties

NameTypeDefaultDescription
steps
ResultDetailStep[][]Array of steps to show in the list.

Types Documentation

Properties
A description of the step.
description: string
Optional detail text which appears below description.
detail?: string
Optional error message to display.
errorMessage?: string
Optional custom icon to display. Otherwise a default icon will be shown based on the state property.
icon?: string
A state object defining the state of the step.
state: ResultDetailStepState
Optional translation params to be used with translate pipe.
translationParams?: Record<string, unknown>
Optional value to be displayed for the step.
value?: string
("passed" | "failed" | "running" | "not-supported" | "not-started")
This type defines the state that a detailed result step can have.

Except where otherwise noted, content on this site is licensed under MIT License.