Theia API Documentation v1.71.0
    Preparing search index...
    interface UserInteractionStepResult {
        comments?: string[];
        skipped?: boolean;
        title: string;
        value?: string;
    }
    Index

    Properties

    comments?: string[]
    skipped?: boolean
    title: string
    value?: string