Preparing search index...
The search index is not available
@skyway-sdk/core
@skyway-sdk/core
SkyWayChannel
Class SkyWayChannel
Index
Methods
Create
Find
Find
Or
Create
Methods
Static
Create
Create
(
context
,
init
?
)
:
Promise
<
Channel
>
Parameters
context
:
SkyWayContext
init
:
ChannelInit
= {}
Returns
Promise
<
Channel
>
Description
[japanese] Channelの作成
Static
Find
Find
(
context
,
query
)
:
Promise
<
Channel
>
Parameters
context
:
SkyWayContext
query
:
ChannelQuery
Returns
Promise
<
Channel
>
Description
[japanese] 既存のChannelの取得
Static
Find
Or
Create
Find
Or
Create
(
context
,
query
)
:
Promise
<
Channel
>
Parameters
context
:
SkyWayContext
query
:
ChannelInit
Returns
Promise
<
Channel
>
Description
[japanese] Channelの取得を試み、存在しなければ作成する
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Create
Find
Find
Or
Create
@skyway-sdk/core
Loading...
Description
[japanese] Channelの作成