vot.js - v2.4.12
Preparing search index...
@vot.js/ext
VOTTypes
ServiceType
ServiceConf
Interface ServiceConf<T>
interface
ServiceConf
<
T
extends
string
=
VOTTypes
.
ServiceType
.
VideoService
>
{
additionalData
?:
string
;
eventSelector
?:
string
;
host
:
T
;
match
?:
any
;
needBypassCSP
?:
true
;
needExtraData
?:
true
;
rawResult
?:
true
;
selector
?:
string
;
shadowRoot
?:
true
;
url
?:
string
;
}
Type Parameters
T
extends
string
=
VOTTypes
.
ServiceType
.
VideoService
Hierarchy (
View Summary
)
ServiceConf
<
T
>
ServiceConf
Index
Properties
additional
Data?
event
Selector?
host
match?
need
Bypass
CSP?
need
Extra
Data?
raw
Result?
selector?
shadow
Root?
url?
Properties
Optional
additional
Data
additionalData
?:
string
Optional
event
Selector
eventSelector
?:
string
host
host
:
T
Optional
match
match
?:
any
Optional
need
Bypass
CSP
needBypassCSP
?:
true
Optional
need
Extra
Data
needExtraData
?:
true
Optional
raw
Result
rawResult
?:
true
Optional
selector
selector
?:
string
Optional
shadow
Root
shadowRoot
?:
true
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Data
event
Selector
host
match
need
Bypass
CSP
need
Extra
Data
raw
Result
selector
shadow
Root
url
vot.js - v2.4.12
Loading...