New to Kendo UI for Angular? Start a free 30-day trial
StepType
Updated on Oct 31, 2025
Specifies the type of the steps (see example).
Use indicator to show only step indicators, label to show only step labels, or full to show both indicators and labels.
type StepType = "indicator" | "label" | "full";