UNPKG
@bradmax/player-ng
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.0
Bradmax Player Angular module.
bradmax.com
bradmax-com/bradmax-player-ng
@bradmax/player-ng
/
core
/
model
/
options.model.d.ts
8 lines
(7 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
BradmaxPlayerOptions
{
playerConfig
?: bradmax.
player
.
Configuration
;
debug
?:
boolean
; }
export
interface
BradmaxPlayerLoaderOptions
extends
BradmaxPlayerOptions
{
sourcePath
:
string
; }