Skip to content

ZenFG TypeScript API / inspector / root / ensureFrameGraphInspectorStyles

Function: ensureFrameGraphInspectorStyles()

ensureFrameGraphInspectorStyles(): void

Defined in: inspector/src/styles.ts:1028

Installs the inspector's shared stylesheet in the current document once.

Returns

void

Remarks

This is safe to call repeatedly and is a no-op during server-side rendering. FrameGraphInspector calls it automatically.

Open source / MIT licensed