NodeContextMenu

fun NodeContextMenu(expanded: Boolean, node: ERROR CLASS: Symbol not found for Node, onFavorite: () -> Unit, onIgnore: () -> Unit, onMute: () -> Unit, onRemove: () -> Unit, onDismiss: () -> Unit)(source)

Shared context menu for node actions (favorite, ignore, mute, remove).

Used by both Android and Desktop adaptive node list screens.