RenderPhase
Render phases in order of execution. Higher phases include all lower phase work.
type RenderPhase = typeof RenderPhase[keyof typeof RenderPhase]Runtime Values
Section titled “Runtime Values”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;| Key | Value |
|---|---|
STYLE | 1 |
VIRTUALIZATION | 2 |
HEADER | 3 |
ROWS | 4 |
COLUMNS | 5 |
FULL | 6 |
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