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

    Type Alias PluginPackageWalkthroughStepMedia

    PluginPackageWalkthroughStepMedia:
        | { markdown: string }
        | {
            altText?: string;
            image:
                | string
                | { dark: string; hc?: string; hcLight?: string; light: string };
        }
        | { altText?: string; svg: string }

    Media of a walkthrough step as contributed in package.json. Only the light and dark variant of an image are mandatory, the high contrast ones were added to the VS Code schema later.