ClickAwayListenerProps
Properties
Link copied to clipboard
If true
, the React tree is ignored and only the DOM tree is considered. This prop changes how portaled elements are handled.
Link copied to clipboard
The mouse event to listen to. You can disable the listener by providing false
.
Link copied to clipboard
Callback fired when a "click away" event is detected.
Link copied to clipboard
The touch event to listen to. You can disable the listener by providing false
.
Functions
Link copied to clipboard
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)