ItemFavorite

Date

2/9/2024 - 5:39:37 AM

Export

Constructors

Properties

Methods

Constructors

Properties

apiClient: APIClient

Methods

  • Toggle favorite status of an item.

    Parameters

    • param0: {
          favorite: boolean;
          type: "file" | "folder";
          uuid: string;
      }
      • favorite: boolean
      • type: "file" | "folder"
      • uuid: string

    Returns Promise<void>

    Date

    2/9/2024 - 5:39:46 AM

    Async

Generated using TypeDoc