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
Remove favorite menu icon tapped
Undo Toast close button tapped
Text was copied to clipboard
Delete menu icon tapped
Deselect all menu icon tapped
Favorite filter menu icon tapped
Pin favorites menu icon tapped
Label of ClipItem row tapped
Select all menu icon tapped
Select labels menu icon tapped
The selected ClipItem changed
Send clipboard contents icon tapped
Set favorites menu icon tapped
Undo Toast button tapped
{@link ClipViewer} wants to add a new ClipItem
Labels of {@link ClipViewer} tapped
{@link ClipViewer} wants to change the text
Can send clipboard contents state
ClipItem currently being viewed
Has selected items state
Multiple clip operations state
Are we the current page state
Editing currentClip state
Filtering by favorite state
Label changes in dialog should apply to all selectedClips state
Favorites on top state
Label name for filtering our items
Array of all selected Label names in the dialog
Array of ClipItem objects that have been recently deleted
Undo toast message
Error message
Filter by favorites icon
Filter by favorites menu color
Filter by favorites tooltip
Title of Labels Dialog
Page title
Pin favorites icon
Pin favorites tooltip
Close the Undo Toast
Computed property: Text for the undo toast
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 the ClipItem objects
if true select first item
We are now the current page
We are not going to be current anymore
selDialogLabels Array mutations
Set current clip
Set Label name for filtering
Show Labels select dialog
if true apply changes to all selectItems
Show an auto hiding message toast
toast text
optional Error to log
Show a persistent toast to undo deletes
Localize a string
name from _locales
optional default value if name not found
Generated using TypeDoc
Polymer element to display and manage ClipItem objects