Skip to main content

CustomComponents

PropertyTypeDescriptionOptional
CustomPostViewHeaderReactNodeCustom header for post viewYes
CustomPostViewFooterReactNodeCustom footer for post viewYes
CustomPostViewTopicsWrapperReactNodeCustom wrapper for post view topicsYes
CustomPostViewBodyReactNodeCustom body for post viewYes
CustomTopicDropDownReactNodeCustom dropdown for topicsYes
CustomReplyReactNodeCustom reply componentYes
CustomPostViewReactNodeCustom post view componentYes
CustomWidgetPostViewReactNodeCustom widget for post viewYes
CustomRepliesScrollerReactNodeCustom scroller for repliesYes
CustomCommentsScrollerReactNodeCustom scroller for commentsYes
CustomPostTopicTileReact.FC<{ key: string; topic: Topic }>Custom tile for post topicsYes
CustomPostDetailsViewReactNodeCustom view for post detailsYes
CustomPostViewAttachmentReact.FC<LMFeedAttachmentsProps> Custom attachment componentYes
CustomEditReplyTextAreaReact.FC<LMFeedReplyEditTextAreaProps> Custom text area for editing repliesYes
CustomPostReplyTextAreaReact.FC<LMFeedReplyTextAreaProps> Custom text area for posting repliesYes
CustomCreatePostTextAreaReactNodeCustom text area for creating postsYes
CustomCreatePostInitiateViewReact.FC<LMCreatePostInitiateViewProps>Custom initiate view for creating postsYes
CustomCreatePostDialogReactNodeCustom dialog for creating postsYes
CustomUniversalFeedReactNodeCustom universal feed componentYes
CustomFeedDetailsReact.FC<{ postId: string }>Custom feed details componentYes

LMFeedAttachmentsProps

KeyTypeDescriptionOptional
attachmentsAttachment[]An array of attachments associated with the post.No
postIdstringThe unique identifier of the post.No

LMFeedReplyEditTextAreaProps

KeyTypeDescriptionOptional
closeEditMode()=>voidFunction to close the dialogYes

LMFeedReplyTextAreaProps

KeyTypeDescriptionOptional
setReplyViewVisibilityReact.Dispatch<boolean>To set the Reply view visibilityYes

LMCreatePostInitiateViewProps

KeyTypeDescriptionOptional
setOpenCreatePostDialog(value: boolean) => voidFunction to set the state of the create post dialogNo
changeMediaUploadMode(mode: LMFeedCreatePostMediaUploadMode) => voidFunction to change the media upload modeNo