New to Kendo UI for Angular? Start a free 30-day trial
TimestampVisibilityMode
Updated on Nov 4, 2025
Defines the possible modes for timestamp visibility in the Chat component.
focus: Timestamps are only visible for selected/focused messages (default Chat behavior).hidden: Timestamps are hidden for all messages.
type TimestampVisibilityMode = "focus" | "hidden";