Album checkbox state changed
checkbox state changed
Fired when a message is sent from either an extension process
(by runtime.sendMessage) or a content script (by tabs.sendMessage).
https://developer.chrome.com/extensions/runtime#event-onMessage
details for the message
MessageSender object
function to call once after processing
true if asynchronous
The array of all albums
Flag to indicate if UI is disabled
iron-list of albums
Status of the option permission for the Google Photos API
Flag to display the loading... UI
Status label for waiter
Hidden state of the main ui
Computed binding: Set photo count label on an album
number of photos in album
i18n label
Called when the element is added to a document. Can be called multiple times during the lifetime of an element.
Called when the element is removed from a document. Can be called multiple times during the lifetime of an element.
Dispatch an event
event name
optional value
Load an album from the Web
existing album to be replaced
if true, handle waiter display ourselves
true if successful
Query Google Photos for the list of the users albums
if true, reload each selected album
Remove selected albums
Select as many albums as possible
Set the checked state based on the currently saved albums
Wait for load changed
Get total photo count that is currently saved
Total number of photos saved
Localize a string
name from _locales
optional default value if name not found
Fetch the photos for all the saved albums
false if we failed
Generated using TypeDoc
Polymer element to manage Google Photos album selections