We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

VeltCursorPointerWireframe

<VeltWireframe>
    <VeltCursorPointerWireframe>
        <VeltCursorPointerWireframe.Arrow />
        <VeltCursorPointerWireframe.Avatar />
        <VeltCursorPointerWireframe.Default />
        <VeltCursorPointerWireframe.AudioHuddle />
        <VeltCursorPointerWireframe.VideoHuddle />
    </VeltCursorPointerWireframe>
</VeltWireframe>

Arrow

<VeltWireframe>
    <VeltCursorPointerWireframe.Arrow />
</VeltWireframe>

Avatar

<VeltWireframe>
    <VeltCursorPointerWireframe.Avatar />
</VeltWireframe>

Default

<VeltWireframe>
    <VeltCursorPointerWireframe.Default>
        <VeltCursorPointerWireframe.Default.Name />
        <VeltCursorPointerWireframe.Default.Comment />
    </VeltCursorPointerWireframe.Default>
</VeltWireframe>

Name

<VeltWireframe>
    <VeltCursorPointerWireframe.Default.Name />
</VeltWireframe>

Comment

<VeltWireframe>
    <VeltCursorPointerWireframe.Default.Comment />
</VeltWireframe>

AudioHuddle

<VeltWireframe>
    <VeltCursorPointerWireframe.AudioHuddle>
        <VeltCursorPointerWireframe.AudioHuddle.Avatar />
        <VeltCursorPointerWireframe.AudioHuddle.Audio />
    </VeltCursorPointerWireframe.AudioHuddle>
</VeltWireframe>

Avatar

<VeltWireframe>
    <VeltCursorPointerWireframe.AudioHuddle.Avatar />
</VeltWireframe>

Audio

<VeltWireframe>
    <VeltCursorPointerWireframe.AudioHuddle.Audio />
</VeltWireframe>

VideoHuddle

<VeltWireframe>
    <VeltCursorPointerWireframe.VideoHuddle />
</VeltWireframe>