External module scripts/my_msg
Object literals
Const TYPE
TYPE: object
CLIP_ITEM_CREATED
CLIP_
ITEM_CREATED: IMsgType = {message: 'clipItemCreated',item: '',} as IMsgType
CLIP_ITEM_DELETED
CLIP_
ITEM_DELETED: IMsgType = {message: 'clipItemDeleted',item: '',} as IMsgType
CLIP_ITEM_UPDATED
CLIP_
ITEM_UPDATED: IMsgType = {message: 'clipItemUpdated',item: '',} as IMsgType
COPIED_TO_CLIPBOARD
COPIED_
TO_CLIPBOARD: IMsgType = {message: 'copiedToClipboard',} as IMsgType
COPY_TO_CLIPBOARD
COPY_
TO_CLIPBOARD: IMsgType = {message: 'copyToClipboard',item: '',} as IMsgType
DEVICES_CHANGED
DEVICES_
CHANGED: IMsgType = {message: 'devicesChanged',} as IMsgType
FORCE_SIGN_OUT
FORCE_
SIGN_OUT: IMsgType = {message: 'forceSignOut',} as IMsgType
MSG_FAILED
MSG_
FAILED: IMsgType = {message: 'sendMessageFailed',} as IMsgType
NO_REMOTE_DEVICES
NO_
REMOTE_DEVICES: IMsgType = {message: 'noRemoteDevices',item: '',} as IMsgType
PING
PING
: IMsgType = {message: 'ping',} as IMsgType
REGISTER_FAILED
REGISTER_
FAILED: IMsgType = {message: 'registerFailed',} as IMsgType
REMOVE_DEVICE
REMOVE_
DEVICE: IMsgType = {message: 'removeDevice',item: '',} as IMsgType
SIGN_IN
SIGN_
IN: IMsgType = {message: 'signIn',} as IMsgType
SIGN_OUT
SIGN_
OUT: IMsgType = {message: 'signOut',} as IMsgType
UNREGISTER_FAILED
UNREGISTER_
FAILED: IMsgType = {message: 'unregisterFailed',} as IMsgType
Chrome messages specific to this app