PsyTask | API Docs
Preparing search index...
@psytask/core
SceneEventMap
Type Alias SceneEventMap
Lifecycle hooks.
name
trigger timing
show
the scene is shown
frame
on each frame when the scene is shown
close
the scene is closed
type
SceneEventMap
=
{
close
:
undefined
;
frame
:
number
;
show
:
undefined
;
}
Index
Properties
close
frame
show
Properties
close
close
:
undefined
frame
frame
:
number
show
show
:
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
frame
show
PsyTask | API Docs
Loading...
Lifecycle hooks.