Theia API Documentation v1.75.0
    Preparing search index...

    Interface WalkthroughContribution

    interface WalkthroughContribution {
        description: string;
        icon?: string;
        id: string;
        pluginIcon?: string;
        pluginId: string;
        steps: WalkthroughStepContribution[];
        title: string;
        when?: string;
    }
    Index

    Properties

    description: string
    icon?: string
    id: string
    pluginIcon?: string

    Icon of the contributing extension, as a backend relative path.

    pluginId: string
    title: string
    when?: string