Sporades SDK API
Preparing search index...
server
ScheduleInspectionApi
Type Alias ScheduleInspectionApi
Server-only inspection available solely inside an active Privileged callback.
type
ScheduleInspectionApi
=
{
get
(
name
:
string
)
:
Promise
<
ScheduleSummary
|
null
>
;
list
()
:
Promise
<
ScheduleSummary
[]
>
;
}
Index
Methods
get
list
Methods
get
get
(
name
:
string
)
:
Promise
<
ScheduleSummary
|
null
>
Parameters
name
:
string
Returns
Promise
<
ScheduleSummary
|
null
>
list
list
()
:
Promise
<
ScheduleSummary
[]
>
Returns
Promise
<
ScheduleSummary
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
list
Sporades SDK API
Loading...
Server-only inspection available solely inside an active Privileged callback.