Skip to content
Entangle UI v0.13.0

UseChatScrollOptions

Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:516

optional enabled?: boolean

Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:523

Enable auto-scroll to bottom on new messages.

true

messages: ChatMessageData[]

Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:518

Message array — scroll triggers when length changes


optional threshold?: number

Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:528

Pixel threshold from the bottom to consider “at bottom”.

100