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

    Properties

    description: string
    icon?: string
    id: string
    title: string
    when?: string