Theia API Documentation v1.71.0
    Preparing search index...
    interface ScmHistoryItemDto {
        author?: string;
        authorEmail?: string;
        authorIcon?:
            | ThemeIcon
            | UriComponents
            | { dark: UriComponents; light: UriComponents };
        displayId?: string;
        id: string;
        message?: string | MarkdownString;
        parentIds?: string[];
        references?: ScmHistoryItemRefDto[];
        statistics?: ScmHistoryItemStatisticsDto;
        subject: string;
        timestamp?: number;
        tooltip?: string | MarkdownString;
    }
    Index

    Properties

    author?: string
    authorEmail?: string
    authorIcon?:
        | ThemeIcon
        | UriComponents
        | { dark: UriComponents; light: UriComponents }
    displayId?: string
    id: string
    message?: string | MarkdownString
    parentIds?: string[]
    references?: ScmHistoryItemRefDto[]
    subject: string
    timestamp?: number
    tooltip?: string | MarkdownString