The number of currently selected messages.
diff --git a/api/core/ui/org.meshtastic.core.ui.component/-edit-base64-preference.html b/api/core/ui/org.meshtastic.core.ui.component/-edit-base64-preference.html index d3a2b513f7..54af9d2261 100644 --- a/api/core/ui/org.meshtastic.core.ui.component/-edit-base64-preference.html +++ b/api/core/ui/org.meshtastic.core.ui.component/-edit-base64-preference.html @@ -94,7 +94,7 @@
The top app bar displayed when in message selection mode.
The number of currently selected messages.
Callback for when a menu action is triggered.
The top app bar displayed when in message selection mode.
The number of currently selected messages.
Callback for when a menu action is triggered.
A dialog confirming the deletion of messages.
The number of messages to be deleted.
Callback invoked when the user confirms the deletion.
Callback invoked when the dialog is dismissed.
A dialog confirming the deletion of messages.
The number of messages to be deleted.
Callback invoked when the user confirms the deletion.
Callback invoked when the dialog is dismissed.
The maximum byte size for a message.
The maximum byte size for a message.
Actions available in the message selection mode's top bar.
Actions available in the message selection mode's top bar.
M3 contextual search bar that replaces the standard MessageTopBar when search is active. Follows the M3 "find in page" pattern: back arrow + text field + "X of Y" counter + prev/next arrows + clear.
This uses TopAppBar rather than SearchBar because we're filtering within an existing conversation (contextual search), not performing primary app-level navigation search.
M3 contextual search bar that replaces the standard MessageTopBar when search is active. Follows the M3 "find in page" pattern: back arrow + text field + "X of Y" counter + prev/next arrows + clear.
This uses TopAppBar rather than SearchBar because we're filtering within an existing conversation (contextual search), not performing primary app-level navigation search.
The default top app bar for the message screen.
The title to display (contact or channel name).
The index of the current channel, if applicable.
True if there's a key mismatch for the current PKC.
Callback for the navigation icon.
The set of all channels, used for the SecurityIcon.
The specific channel index for the SecurityIcon.
The default top app bar for the message screen.
The title to display (contact or channel name).
The index of the current channel, if applicable.
True if there's a key mismatch for the current PKC.
Callback for the navigation icon.
The set of all channels, used for the SecurityIcon.
The specific channel index for the SecurityIcon.
A row of quick chat action buttons.
Whether the buttons should be enabled.
The list of QuickChatActions to display.
Callback when a quick chat button is clicked.
A row of quick chat action buttons.
Whether the buttons should be enabled.
The list of QuickChatActions to display.
Callback when a quick chat button is clicked.
Displays a snippet of the message being replied to.
The message being replied to, or null if not replying.
Callback to clear the reply state.
The current user's node information, to display "You" if replying to self.
Displays a snippet of the message being replied to.
The message being replied to, or null if not replying.
Callback to clear the reply state.
The current user's node information, to display "You" if replying to self.
A FloatingActionButton that scrolls the message list to the bottom (most recent messages).
The coroutine scope for launching the scroll animation.
The LazyListState of the message list.
The number of unread messages to display as a badge.
A FloatingActionButton that scrolls the message list to the bottom (most recent messages).
The coroutine scope for launching the scroll animation.
The LazyListState of the message list.
The number of unread messages to display as a badge.
Handles a quick chat action, either appending its message to the current text or sending it directly.
The QuickChatAction to handle.
The current text in the message input.
Lambda to call when the text needs to be updated (for Append mode).
Lambda to call when a message needs to be sent (for Instant mode).
Handles a quick chat action, either appending its message to the current text or sending it directly.
The QuickChatAction to handle.
The current text in the message input.
Lambda to call when the text needs to be updated (for Append mode).
Lambda to call when a message needs to be sent (for Instant mode).