Skip to content

RenderPhase

Render phases in order of execution. Higher phases include all lower phase work.

type RenderPhase = typeof RenderPhase[keyof typeof RenderPhase]

Use RenderPhase to reference these values from runtime code:

const RenderPhase = {
STYLE: 1,
VIRTUALIZATION: 2,
HEADER: 3,
ROWS: 4,
COLUMNS: 5,
FULL: 6,
} as const;
KeyValue
STYLE1
VIRTUALIZATION2
HEADER3
ROWS4
COLUMNS5
FULL6
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt