Interface: Remote
Defined in: remote.ts:78
The public interface for WireClient, GoogleDrive & Dropbox
Properties
connected
connected:
boolean
Defined in: remote.ts:82
Whether or not a remote store is connected
online
online:
boolean
Defined in: remote.ts:87
Whether last sync action was successful or not
properties?
optionalproperties?:object
Defined in: remote.ts:123
The JSON-parsed properties object from the user's WebFinger record
userAddress
userAddress:
string
Defined in: remote.ts:92
The user address of the connected user
Methods
getItemURL()?
optionalgetItemURL(path):Promise<string>
Defined in: remote.ts:173
Retrieve full URL of a document. Required for cloud backends (Dropbox, Google Drive) where the URL cannot be derived from the path alone. For standard remoteStorage backends this can be omitted; BaseClient will fall back to concatenating href + path.
Parameters
path
string
Absolute storage path (not module-relative)
Returns
Promise<string>