External module scripts/my_msg
Object literals
Const TYPE
TYPE: object
ALBUM_COUNT
ALBUM_
COUNT: IMsgType = {message: 'albumCount',count: 0,} as IMsgType
FILTERED_PHOTOS_COUNT
FILTERED_
PHOTOS_COUNT: IMsgType = {message: 'filteredPhotosCount',count: 0,} as IMsgType
LOAD_ALBUM
LOAD_
ALBUM: IMsgType = {message: 'loadAlbum',} as IMsgType
LOAD_ALBUMS
LOAD_
ALBUMS: IMsgType = {message: 'loadAlbums',} as IMsgType
LOAD_FILTERED_PHOTOS
LOAD_
FILTERED_PHOTOS: IMsgType = {message: 'loadFilteredPhotos',} as IMsgType
PHOTO_SOURCE_FAILED
PHOTO_
SOURCE_FAILED: IMsgType = {message: 'photoSourceFailed',key: '',error: '',} as IMsgType
SS_CLOSE
SS_
CLOSE: IMsgType = {message: 'closeScreensaver',} as IMsgType
SS_IS_SHOWING
SS_
IS_SHOWING: IMsgType = {message: 'isScreensaverShowing',} as IMsgType
SS_SHOW
SS_
SHOW: IMsgType = {message: 'showScreensaver',} as IMsgType
UPDATE_WEATHER
UPDATE_
WEATHER: IMsgType = {message: 'updateWeather',} as IMsgType
UPDATE_WEATHER_ALARM
UPDATE_
WEATHER_ALARM: IMsgType = {message: 'updateWeatherAlarm',} as IMsgType
Chrome messages specific to this app