Theia API Documentation v1.65.0
    Preparing search index...
    interface StringDetails {
        args?: Record<string | number, any>;
        comment?: string | string[];
        message: string;
    }
    Index

    Properties

    args?: Record<string | number, any>
    comment?: string | string[]
    message: string