Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PersistentData

Index

Constructors

Properties

Constructors

constructor

  • new PersistentData(__namedParameters?: { driveName?: string; ywDrive?: string; ywGroup?: string }): PersistentData
  • Parameters

    • __namedParameters: { driveName?: string; ywDrive?: string; ywGroup?: string } = ...
      • Optional driveName?: string
      • Optional ywDrive?: string
      • Optional ywGroup?: string

    Returns PersistentData

Properties

Readonly driveName

driveName: string

The displayed name of the drive.

Readonly ywDrive

ywDrive: string

Name of the drive (as displayed in the workspace explorer).

Readonly ywGroup

ywGroup: string

Name of the group containing the YouWol drive (as displayed in the workspace explorer).

Generated using TypeDoc