Preparing search index...
The search index is not available
@lightningjs/core
@lightningjs/core
Lightning
Stage
EventMap
Interface EventMap
Events produced by Stage along with their handler signatures
interface
EventMap
{
frameEnd
:
()
=>
void
;
frameStart
:
()
=>
void
;
idle
:
()
=>
void
;
update
:
()
=>
void
;
}
Index
Properties
frame
End
frame
Start
idle
update
Properties
frame
End
frameEnd
:
()
=>
void
frame
Start
frameStart
:
()
=>
void
idle
idle
:
()
=>
void
update
update
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
frame
End
frame
Start
idle
update
@lightningjs/core
Loading...
Events produced by Stage along with their handler signatures