Skip to content
Sheetwrite

Sheetwrite / Documentation

RuntimeResourceOperation@sheetwrite/core

User-visible operation whose retained and transient resource costs are measured.

User-visible operation whose retained and transient resource costs are measured.

Declaration

export type RuntimeResourceOperation =
| "startup"
| "scroll"
| "ingest"
| "edit"
| "dirty-clear"
| "formula-recompute"
| "auto-fit"
| "export"
| "snapshot"
| "persistence"
| "teardown";