Undocumented

Hierarchy (view full)

Constructors

Properties

asJSON: string

Gets the object as serialized JSON string. Or sets serialized JSON (to fill this object's metadata by the metadata included within the JSON)

audioCount: number

Undocumented

audioLen: number

Undocumented

audioSize: number

Undocumented

availSpace: number

Undocumented

capacity: number

Undocumented

freeSpace: number

Undocumented

id: number

Gets integer id of the object

locationList: SharedList<LocationInfo>

Undocumented

objectType: string

Gets the object type as string

otherSize: number

Undocumented

persistentID: string

Gets persistent id of the object

statusInfo: Promise<any>

Undocumented

syncedSize: number

Undocumented

title: string

Gets the object title

toSyncSize: number

Undocumented

videoCount: number

Undocumented

videoLen: number

Undocumented

videoSize: number

Undocumented

Methods

  • Parameters

    Returns Promise<any>

    Undocumented

  • Gets class name of the object.

    Returns string

  • Parameters

    • id: number

    Returns boolean

    Undocumented

  • Call defined method with locked data so user can access them.

    Parameters

    • func: (() => any)

      Method to call

        • (): any
        • Returns any

    Returns void

  • Parameters

    • id: number
    • value: boolean

    Returns void

    Undocumented