Enode — API Reference
    Preparing search index...

    Type Alias StepBreadcrumbItem

    type StepBreadcrumbItem = {
        icon?: IconComponent;
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    icon?: IconComponent

    Node glyph for the hero variant; omitted → the step number.

    id: string

    Stable key, independent of position.

    label: string

    Display-ready label (already translated).