ChannelMediaAttachmentsFloatingHeaderParams

data class ChannelMediaAttachmentsFloatingHeaderParams(val label: String, val visible: Boolean, val modifier: Modifier = Modifier)

Parameters for ChatComponentFactory.ChannelMediaAttachmentsFloatingHeader.

Parameters

label

The label for the floating header.

visible

Whether the floating header is visible.

modifier

Modifier for styling.

Constructors

constructor(label: String, visible: Boolean, modifier: Modifier = Modifier)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard