Preparing search index...

    Type definition for copilot step object Represents a single step in the guided tutorial flow

    interface CopilotStepData {
        order: number;
        name: string;
        text: string;
    }
    Index

    Properties

    Properties

    order: number

    Numeric order of the step in the tutorial sequence

    name: string

    Unique identifier/name for the step

    text: string

    Display text/description shown to the user