Skip to content

ResultDetailStep Type documentation

Copyright (c) Siemens 2016 - 2025 SPDX-License-Identifier: MIT
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

Types Documentation

This type defines the state that a detailed result step can have.
{ Failed: 'failed', NotStarted: 'not-started', NotSupported: 'not-supported', Passed: 'passed', Running: 'running' } = ...
Variable
Deprecated: This will be removed in a future release. Use the string values directly.

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