Skip to content

ZenFG TypeScript API / inspector / root / mountFrameGraphInspector

Function: mountFrameGraphInspector()

mountFrameGraphInspector(host, options?): FrameGraphInspector

Defined in: inspector/src/FrameGraphInspector.ts:651

Creates an inspector, appends its root element to host, and returns its lifecycle controller.

Parameters

host

HTMLElement

options?

FrameGraphInspectorOptions

Returns

FrameGraphInspector

Throws

If inspector construction fails; see FrameGraphInspector.

Open source / MIT licensed