ecsia-monorepo / devtools/src / QueryReport
Interface: QueryReport
Defined in: devtools/src/types.ts:31
One live (compiled, cached) query's census (inspector ).
Properties
terms
ts
readonly terms: readonly string[];Defined in: devtools/src/types.ts:33
Human-rendered terms, e.g. read(position), write(velocity), without(frozen).
matchedArchetypes
ts
readonly matchedArchetypes: number;Defined in: devtools/src/types.ts:34
size
ts
readonly size: number;Defined in: devtools/src/types.ts:35