Preparing search index...
The search index is not available
ls-base-lib
ls-base-lib
declaration
Event
Interface Event<TEventType, TTarget>
EventDispatcher
派发的已触发事件的最小预期事件.
interface
Event
<
TEventType
,
TTarget
>
{
target
:
TTarget
;
type
:
TEventType
;
}
Type Parameters
TEventType
extends
string
=
string
TTarget
=
unknown
Index
Properties
target
type
Properties
Readonly
target
target
:
TTarget
Readonly
type
type
:
TEventType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
target
type
ls-base-lib
Loading...
EventDispatcher 派发的已触发事件的最小预期事件.