We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b150d9d commit 8e5ed70Copy full SHA for 8e5ed70
projects/stream-chat-angular/src/lib/message-list/message-list.component.ts
@@ -69,6 +69,7 @@ export class MessageListComponent
69
@Input() displayDateSeparator = true;
70
/**
71
* If date separators are displayed, you can set the horizontal position of the date text.
72
+ * If `openMessageListAt` is `last-unread-message` it will also set the text position of the new messages indicator.
73
*/
74
@Input() dateSeparatorTextPos: 'center' | 'right' | 'left' = 'center';
75
0 commit comments