Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
RadioMouseEvent
Interface RadioMouseEvent<T>
Public
interface
RadioMouseEvent
<
T
>
{
nativeEvent
:
MouseEvent
;
preventDefault
:
()
=>
void
;
stopPropagation
:
()
=>
void
;
target
:
T
;
}
Type Parameters
T
Index
Properties
native
Event
prevent
Default
stop
Propagation
target
Properties
native
Event
nativeEvent
:
MouseEvent
prevent
Default
preventDefault
:
()
=>
void
stop
Propagation
stopPropagation
:
()
=>
void
target
target
:
T
On This Page
Properties
native
Event
prevent
Default
stop
Propagation
target
Юниверс DG SDK UI
Loading...
Public