Stepper Item

Child component of Stepper

API reference

Properties

PropertyAttributeDescriptionTypeDefault
completecompleteWhen true, the step has been completed.booleanfalse
descriptiondescriptionA description for the component. Displays below the header text.string
disableddisabledWhen true, interaction is prevented and the component is displayed with lower opacity.booleanfalse
errorerrorWhen true, the component contains an error that requires resolution from the user.booleanfalse
headingheadingThe component header text.string
iconFlipRtlicon-flip-rtlWhen true, the icon will be flipped when the element direction is right-to-left ("rtl").booleanfalse
messageOverridesUse this property to override individual strings used by the component.{ complete?: string; previousStep?: string; nextStep?: string; }
selectedselectedWhen true, the component is selected.booleanfalse

Slots

NameDescription
default (unnamed)A slot for adding custom content.

Events

NameDescriptionBehavior
calciteStepperItemSelectFires when the active calcite-stepper-item changes.bubblescomposed

Methods

NameDescriptionSignature
componentOnReadyCreate a promise that resolves once component is fully loaded.componentOnReady(): Promise<void>
setFocusSets focus on the component.setFocus(): Promise<void>

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close