Contents

onHover(perform:)

Adds an action to perform when the pointer moves onto or away from the entire row.

Declaration

@MainActor @preconcurrency func onHover(perform action: @escaping (Bool) -> Void) -> some TableRowContent<Self.TableRowValue>

See Also

Managing interaction