jamespot-user-api
Preparing search index...
TVDisplayApi
Class TVDisplayApi
Hierarchy (
View Summary
)
JBaseApi
TVDisplayApi
Index
Constructors
constructor
Properties
j
Api
network
Methods
create
Channel
get
Channel
get
Configure
Channel
Constructors
constructor
new
TVDisplayApi
(
jApi
:
JamespotUserApi
)
:
TVDisplayApi
Parameters
jApi
:
JamespotUserApi
Returns
TVDisplayApi
Properties
j
Api
jApi
:
JamespotUserApi
network
network
:
Network
Methods
create
Channel
createChannel
<
R
extends
TVChannelLittle
=
TVChannelList
>
(
channel
:
MaybeWithToken
<
|
Readonly
<
ArticleCreation
&
{
tvChannelBackgroundColor
?:
string
|
null
;
tvChannelConfig
?:
{
backgroundType
?:
"color"
|
"image"
;
contents
?:
{
dateEnd
?:
(...)
|
(...)
;
order
?:
(...)
|
(...)
;
showComments
?:
(...)
|
(...)
|
(...)
;
uri
:
string
;
}
[]
;
globalShowComment
?:
boolean
;
key
:
string
;
scaleImg
?:
boolean
;
}
;
tvChannelGroupTarget
?:
jGroupLittle
;
tvChannelNumImages
?:
0
;
tvChannelType
?:
"DYNAMIC"
;
}
&
{
tvChannelType
:
"DYNAMIC"
|
"SLIDESHOW"
}
,
>
|
Readonly
<
ArticleCreation
&
{
tvChannelBackgroundColor
?:
string
|
null
;
tvChannelConfig
?:
{
backgroundType
?:
"color"
|
"image"
;
contents
?:
{
dateEnd
?:
(...)
|
(...)
;
order
?:
(...)
|
(...)
;
showComments
?:
(...)
|
(...)
|
(...)
;
uri
:
string
;
}
[]
;
globalShowComment
?:
boolean
;
key
:
string
;
scaleImg
?:
boolean
;
}
;
tvChannelGroupTarget
?:
jGroupLittle
;
tvChannelNumImages
?:
number
;
tvChannelType
?:
"SLIDESHOW"
;
}
&
{
tvChannelType
:
"DYNAMIC"
|
"SLIDESHOW"
}
,
>
,
>
,
format
?:
string
,
)
:
Promise
<
ApiWrapper
<
R
[]
,
BaseMessages
>
>
Type Parameters
R
extends
TVChannelLittle
=
TVChannelList
Parameters
channel
:
MaybeWithToken
<
|
Readonly
<
ArticleCreation
&
{
tvChannelBackgroundColor
?:
string
|
null
;
tvChannelConfig
?:
{
backgroundType
?:
"color"
|
"image"
;
contents
?:
{
dateEnd
?:
(...)
|
(...)
;
order
?:
(...)
|
(...)
;
showComments
?:
(...)
|
(...)
|
(...)
;
uri
:
string
;
}
[]
;
globalShowComment
?:
boolean
;
key
:
string
;
scaleImg
?:
boolean
;
}
;
tvChannelGroupTarget
?:
jGroupLittle
;
tvChannelNumImages
?:
0
;
tvChannelType
?:
"DYNAMIC"
;
}
&
{
tvChannelType
:
"DYNAMIC"
|
"SLIDESHOW"
}
,
>
|
Readonly
<
ArticleCreation
&
{
tvChannelBackgroundColor
?:
string
|
null
;
tvChannelConfig
?:
{
backgroundType
?:
"color"
|
"image"
;
contents
?:
{
dateEnd
?:
(...)
|
(...)
;
order
?:
(...)
|
(...)
;
showComments
?:
(...)
|
(...)
|
(...)
;
uri
:
string
;
}
[]
;
globalShowComment
?:
boolean
;
key
:
string
;
scaleImg
?:
boolean
;
}
;
tvChannelGroupTarget
?:
jGroupLittle
;
tvChannelNumImages
?:
number
;
tvChannelType
?:
"SLIDESHOW"
;
}
&
{
tvChannelType
:
"DYNAMIC"
|
"SLIDESHOW"
}
,
>
,
>
format
:
string
= 'raw-list'
Returns
Promise
<
ApiWrapper
<
R
[]
,
BaseMessages
>
>
get
Channel
getChannel
(
params
:
{
id
:
number
;
key
:
string
}
,
)
:
Promise
<
ApiWrapper
<
TVGetChannelResponse
,
BaseMessages
>
>
Parameters
params
:
{
id
:
number
;
key
:
string
}
Returns
Promise
<
ApiWrapper
<
TVGetChannelResponse
,
BaseMessages
>
>
get
Configure
Channel
getConfigureChannel
(
params
:
{
id
:
number
}
,
)
:
Promise
<
ApiWrapper
<
TVGetConfigureChannelResponse
,
BaseMessages
>
>
Parameters
params
:
{
id
:
number
}
Returns
Promise
<
ApiWrapper
<
TVGetConfigureChannelResponse
,
BaseMessages
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
j
Api
network
Methods
create
Channel
get
Channel
get
Configure
Channel
jamespot-user-api
Loading...