Theia API Documentation v1.65.0
    Preparing search index...
    interface DataTransferItemDTO {
        asString: string;
        fileData: undefined | DataTransferFileDTO;
        uriListData?: readonly (string | UriComponents)[];
    }
    Index

    Properties

    asString: string
    fileData: undefined | DataTransferFileDTO
    uriListData?: readonly (string | UriComponents)[]