• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chart Wizardnew
    • Charts
    • Conversational UI
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layout
      • Overview
      • Installationupdated
      • Avatar
      • Card
      • Drawer
      • ExpansionPanel
      • GridLayout
      • PanelBar
      • Splitter
      • StackLayout
      • Stepper
      • TabStrip
      • TileLayout
      • Timeline
      • Globalization
      • API
    • ListBoxupdated
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheet
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploadsupdated
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

StepPredicateFn

Represents the callback used by the isValid and validate properties of a step.

Receives the index of the step as an argument.

We recommend using an arrow function for the callback to capture the this execution context of the current class.

stepCallback = (index: number): boolean => {
  return index === 3;
}

In this article

Not finding the help you need?