Interface: PointerRenderOptions
@roomful/core / PointerRenderOptions
Interface: PointerRenderOptions
Section titled “Interface: PointerRenderOptions”Defined in: packages/core/src/types.ts:1185
Configures the built-in DOM pointer overlay rendered by PointerEngine.render.
Properties
Section titled “Properties”container?
Section titled “container?”
optionalcontainer:string|HTMLElement
Defined in: packages/core/src/types.ts:1190
Selects the container element or selector the overlay is drawn over. Defaults to the mounted element.
style?
Section titled “style?”
optionalstyle:PointerStyle
Defined in: packages/core/src/types.ts:1195
Chooses how each remote beam is drawn. Defaults to 'laser'.
zIndex?
Section titled “zIndex?”
optionalzIndex:number
Defined in: packages/core/src/types.ts:1200
Sets the z-index applied to the overlay layer. Defaults to 9999.