Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Built-In
event3
Interface event3<T0, T1, T2, R>
interface
event3
<
T0
,
T1
,
T2
,
R
>
{
add
(
callback
:
(
arg0
:
T0
,
arg1
:
T1
,
arg2
:
T2
)
=>
R
)
:
EventRegistration
;
remove
(
eventRegistration
:
EventRegistration
)
:
void
;
}
Type Parameters
T0
T1
T2
R
Index
Methods
add
remove
Methods
add
add
(
callback
:
(
arg0
:
T0
,
arg1
:
T1
,
arg2
:
T2
)
=>
R
)
:
EventRegistration
Parameters
callback
:
(
arg0
:
T0
,
arg1
:
T1
,
arg2
:
T2
)
=>
R
Returns
EventRegistration
remove
remove
(
eventRegistration
:
EventRegistration
)
:
void
Parameters
eventRegistration
:
EventRegistration
Returns
void
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
On This Page
Methods
add
remove
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...