Skip to main content

RecentProject

interface RecentProject{
id: string;
name: string;
description: string;
lastEditedAt: Date;
image: string;
}

Properties​

NameTypeDescription
idstringProject ID
namestringProject name
descriptionstringProject description
lastEditedAtDateLast edited at
imagestringProject image

Description​

This structure contains informations about the recent project. It's used to display the recent projects in the environment selection screen setRecentProjects method.