subsrt-ts
Preparing search index...
subsrt
<internal>
SubsrtInterface
Interface SubsrtInterface
Construct a type with the properties of T except for those in type K.
interface
SubsrtInterface
{
build
:
BuildFunction
;
convert
:
(
content
:
string
,
options
?:
string
|
ConvertOptions
)
=>
string
;
detect
:
DetectFunction
;
format
:
SubsrtFormats
;
list
:
()
=>
string
[]
;
parse
:
ParseFunction
;
resync
:
(
captions
:
Caption
[]
,
options
?:
number
|
ResyncOptions
|
ResyncFunction
,
)
=>
Caption
[]
;
}
Hierarchy (
View Summary
)
Omit
<
BaseHandler
,
"name"
|
"helper"
>
SubsrtInterface
Implemented by
Subsrt
Index
Properties
build
convert
detect
format
list
parse
resync
Properties
build
build
:
BuildFunction
convert
convert
:
(
content
:
string
,
options
?:
string
|
ConvertOptions
)
=>
string
detect
detect
:
DetectFunction
format
format
:
SubsrtFormats
list
list
:
()
=>
string
[]
parse
parse
:
ParseFunction
resync
resync
:
(
captions
:
Caption
[]
,
options
?:
number
|
ResyncOptions
|
ResyncFunction
,
)
=>
Caption
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
build
convert
detect
format
list
parse
resync
subsrt-ts
Loading...
Construct a type with the properties of T except for those in type K.