design_list# Desktop.design_list(project: str | None = None) → list[str]# Get a list of the designs. Parameters: projectstr, optionalProject name. The default is None, in which case the active project is used. Returns: ListList of the designs.