Skip to content
Sheetwrite

Sheetwrite / Documentation

WorkerAcknowledgement@sheetwrite/core/worker

Acknowledgement posted back to the sender after a frame actually painted.

Acknowledgement posted back to the sender after a frame actually painted.

Members 1

type
type: "painted"

Declaration

View full TypeScript declaration
export type WorkerAcknowledgement = {
type: "painted";
};