novx
Preparing search index...
portal/src
SessionEvent
Interface SessionEvent<U, T>
covers the possible session events
interface
SessionEvent
<
U
=
any
,
T
=
any
>
{
session
:
Session
<
U
,
T
>
;
type
:
"opening"
|
"opened"
|
"closing"
|
"closed"
;
}
Type Parameters
U
=
any
T
=
any
Index
Properties
session
type
Properties
session
session
:
Session
<
U
,
T
>
type
type
:
"opening"
|
"opened"
|
"closing"
|
"closed"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
session
type
novx
Loading...
covers the possible session events