Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/palantir/plottable
/ IRenderPolicy
Interface
IRenderPolicy
src/core/renderPolicy.ts:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
* A policy
for
rendering Components.
12
*/
13
export
interface
IRenderPolicy {
14
render(): any;
15
}
16
17
/**
18
* Renders Components immediately after they are enqueued.
Callers
8
componentTests.ts
File · 0.65
legendTests.ts
File · 0.65
renderControllerTests.ts
File · 0.65
linePlotTests.ts
File · 0.65
stackedBarPlotTests.ts
File · 0.65
piePlotTests.ts
File · 0.65
constructor
Method · 0.65
bounds
Method · 0.65
Implementers
6
Immediate
src/core/renderPolicy.ts
AnimationFrame
src/core/renderPolicy.ts
Timeout
src/core/renderPolicy.ts
ComponentContainer
src/components/componentContainer.ts
Component
src/components/component.ts
XYPlot
src/plots/xyPlot.ts
Calls
no outgoing calls
Tested by
no test coverage detected