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

    Interface SourceControlHistoryItem

    interface SourceControlHistoryItem {
        author?: string;
        authorEmail?: string;
        authorIcon?: Uri | ThemeIcon | { dark: Uri; light: Uri };
        displayId?: string;
        id: string;
        message?: string | MarkdownString;
        parentIds?: readonly string[];
        references?: readonly SourceControlHistoryItemRef[];
        statistics?: SourceControlHistoryItemStatistics;
        subject: string;
        timestamp?: number;
        tooltip?: string | MarkdownString;
    }
    Index

    Properties

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