Theia API Documentation v1.75.0
    Preparing search index...
    interface PluginPackageWalkthroughStep {
        completionEvents?: string[];
        description: string;
        id: string;
        media?: PluginPackageWalkthroughStepMedia;
        title: string;
        when?: string;
    }
    Index

    Properties

    completionEvents?: string[]
    description: string
    id: string
    title: string
    when?: string