Pawnote
Website
GitHub
Discord
Preparing search index...
homepage
Function homepage
homepage
(
session
:
SessionHandle
,
day
?:
Date
,
)
:
Promise
<
Readonly
<
{
links
:
Readonly
<
{
description
:
string
;
name
:
string
;
url
:
string
}
>
[]
;
partnerARD
?:
PartnerARD
;
partnerTurboself
?:
Readonly
<
{
sso
:
any
}
>
;
}
,
>
,
>
Retrieve data from the homepage for the given session.
Parameters
session
:
SessionHandle
day
:
Date
= session.instance.nextBusinessDay
Returns
Promise
<
Readonly
<
{
links
:
Readonly
<
{
description
:
string
;
name
:
string
;
url
:
string
}
>
[]
;
partnerARD
?:
PartnerARD
;
partnerTurboself
?:
Readonly
<
{
sso
:
any
}
>
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Website
GitHub
Discord
Pawnote
Loading...
Retrieve data from the homepage for the given session.