View on GitHub

tab-info-extension

Home > tab-info > MessageBase

MessageBase interface

A base class for messages sent between the three actors in this extension (popup, background thread, content script)

Each message should have a unique key, so that we can identify them easily and handle them appropriately

Signature:

export interface MessageBase<K extends string> 

Properties

Property Type Description
key K