Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/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
native
Event
:
MouseEvent
prevent
Default
prevent
Default
:
(
(
)
=>
void
)
stop
Propagation
stop
Propagation
:
(
(
)
=>
void
)
target
target
:
T
On This Page
Properties
native
Event
prevent
Default
stop
Propagation
target
Юниверс MDM SDK UI
Loading...
Public