kodikwrapper
Preparing search index...
VideoLinksGetLinksParams
Interface VideoLinksGetLinksParams
interface
VideoLinksGetLinksParams
{
fetcher
?:
{
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
link
:
string
;
videoInfoEndpoint
?:
string
;
}
Index
Properties
fetcher?
link
video
Info
Endpoint?
Properties
Optional
fetcher
fetcher
?:
{
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
Request
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
link
link
:
string
Optional
video
Info
Endpoint
videoInfoEndpoint
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetcher
link
video
Info
Endpoint
kodikwrapper
Loading...
MDN Reference