Skip to main content

Function: DOMEntity()

function DOMEntity(
__namedParameters: PropsWithChildren<{
entity: null | Entity;
anchor?: Anchor;
scaleFactor?: number;
}>,
): null | Element;

Defined in: livelink.react/sources/components/overlays/DOMEntity.tsx:16

A component that renders a DOM element at the position of an entity.

Parameters

ParameterType
__namedParametersPropsWithChildren<{ entity: null | Entity; anchor?: Anchor; scaleFactor?: number; }>

Returns

null | Element