New to Kendo UI for Angular? Start a free 30-day trial
StepType
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";