S | |
schemas, RemoteStorage. | |
scope, RemoteStorage. | |
scopes, RemoteStorage. | |
secret-cancelled, RemoteStorage. | |
secret-entered, RemoteStorage. | |
set, RemoteStorage. | |
setApiKeys(experimental), RemoteStorage | |
setBackgroundSyncInterval, RemoteStorage.Sync | |
setState, RemoteStorage. | |
setSyncInterval, RemoteStorage.Sync | |
setUserAddress, RemoteStorage. | |
setUserSecretKey, RemoteStorage. | |
setView(view), RemoteStorage. | |
showBubble, RemoteStorage. | |
storage, RemoteStorage. | |
storageApi, RemoteStorage. | |
storeFile, RemoteStorage. | |
storeObject, RemoteStorage. | |
sync | |
T | |
toggleBubble, RemoteStorage. | |
token, RemoteStorage. | |
V | |
validate, RemoteStorage. | |
W | |
wire-busy, RemoteStorage | |
wire-done, RemoteStorage |
Returns a new BaseClient operating on a subpath of the current base path.
scope: function( path )
Set the caching strategy for a given path explicitly.
set: function( path, value )
Set API keys for (currently) GoogleDrive and/or Dropbox backend support.
setApiKeys: function( type, keys )
Set the value of the sync interval when the application is in the background
RemoteStorage.prototype.setBackgroundSyncInterval = function( interval )
Call the function that applies the state to the widget
setState: function( state, args )
Set the value of the sync interval when application is in the foreground
RemoteStorage.prototype.setSyncInterval = function( interval )
Set user address of the input field
setUserAddress: function( addr )
Set user secret key
setUserSecretKey: function( secretKey )
Sets the view and initializes event listeners to react on widget (widget.view) events
setView: function( view )
Show the bubble
showBubble: function( event )
Store raw data at a given path.
storeFile: function( mimeType, path, body )
Store object at given path.
storeObject: function( typeAlias, path, object )
sync: function()
Show the bubble when hidden and the other way around
toggleBubble: function( event )
Validate an object against the associated schema.
validate: function( object )