Event map for Pixel class. This is the list of supported events where the property name is the event name and the property type the event data type.

interface DfuEventMap {
    progress: DfuProgressEvent;
    state: DfuStateEvent;
}

Properties

Properties

Generated using TypeDoc