MCPcopy
hub / github.com/palantir/plottable / Immediate

Class Immediate

src/core/renderPolicy.ts:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 * Useful for debugging, horrible for performance.
20 */
21export class Immediate implements IRenderPolicy {
22 public render() {
23 RenderController.flush();
24 }
25}
26
27/**
28 * The default way to render, which only tries to render every frame

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected