@meld-ts/core
Preparing search index...
events
MarkedCallback
Type Alias MarkedCallback<T>
带 once 标记的回调包装
type
MarkedCallback
<
T
>
=
{
fn
:
EventCallbackFn
<
T
>
;
once
:
boolean
;
}
Type Parameters
T
Index
Properties
fn
once
Properties
fn
fn
:
EventCallbackFn
<
T
>
once
once
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fn
once
@meld-ts/core
Loading...
带 once 标记的回调包装