New to KendoReact? Start a free 30-day trial
TimestampVisibilityMode
TimestampVisibilityModePremium
Updated on Oct 30, 2025
Represents the timestamp visibility mode options for the Chat component.
onFocus—Timestamps are only visible for selected/focused messages (default behavior).hidden—Timestamps are never visible for any messages.
type TimestampVisibilityMode = "onFocus" | "hidden";