<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [client](./client.md) &gt; [HytopiaUI](./client.hytopiaui.md) &gt; [hasSceneUITemplateRenderer](./client.hytopiaui.hassceneuitemplaterenderer.md)

## HytopiaUI.hasSceneUITemplateRenderer() method

Checks whether a Scene UI template is currently registered.

**Signature:**

```typescript
hasSceneUITemplateRenderer(templateId: string): boolean;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

templateId


</td><td>

string


</td><td>

Template identifier to check


</td></tr>
</tbody></table>

**Returns:**

boolean

`true` if the template is registered, `false` otherwise

