Theia API Documentation v1.65.0
    Preparing search index...
    interface WorkspaceEditEntryMetadataDto {
        description?: string;
        iconPath?:
            | UriComponents
            | ThemeIcon
            | { dark: UriComponents; light: UriComponents };
        label: string;
        needsConfirmation: boolean;
    }
    Index

    Properties

    description?: string
    iconPath?:
        | UriComponents
        | ThemeIcon
        | { dark: UriComponents; light: UriComponents }
    label: string
    needsConfirmation: boolean