UNPKG
@ngx-telly/plugin-captions
Version:
latest (21.0.1)
21.0.1
21.0.0
20.0.0
19.0.0
18.0.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Telly - Caption picker plugin
gitlab.com/gringo-go-go/ngx-telly
@ngx-telly/plugin-captions
/
lib
/
caption.d.ts
8 lines
(7 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
Caption
{
id
:
number
|
string
;
name
:
string
;
callback
:
() =>
void
;
language
?:
string
;
details
?:
Record
<
string
,
unknown
>; }