Search
Preparing search index...
The search index is not available
koreanbots - v3.1.0-rc.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
koreanbots - v3.1.0-rc.1
WidgetManager
Class WidgetManager
Hierarchy
WidgetManager
Index
Constructors
constructor
Properties
cache
koreanbots
options
Methods
_fetch
get
Server
Widget
get
Server
WidgetURL
get
Status
Widget
get
Status
WidgetURL
get
Vote
Widget
get
Vote
WidgetURL
Constructors
constructor
new
Widget
Manager
(
koreanbots
:
Koreanbots
, options
?:
BotManagerOptions
)
:
WidgetManager
Parameters
koreanbots:
Koreanbots
Optional
options:
BotManagerOptions
Returns
WidgetManager
Properties
cache
cache
:
LimitedCollection
<
string
,
Nullable
<
Widget
>
>
Readonly
koreanbots
koreanbots
:
Koreanbots
Optional
Readonly
options
options
?:
BotManagerOptions
Methods
_fetch
_fetch
(
options
:
WidgetMakeOptions
, fetchOptions
?:
FetchOptions
)
:
Promise
<
Widget
>
직접적인 사용이 권장되지 않습니다.
Parameters
options:
WidgetMakeOptions
fetchOptions:
FetchOptions
= ...
Returns
Promise
<
Widget
>
get
Server
Widget
get
Server
Widget
(
id
:
string
, options
?:
WidgetOptions
)
:
Promise
<
Widget
>
Parameters
id:
string
options:
WidgetOptions
= ...
Returns
Promise
<
Widget
>
get
Server
WidgetURL
get
Server
WidgetURL
(
id
:
string
)
:
string
Parameters
id:
string
Returns
string
get
Status
Widget
get
Status
Widget
(
id
:
string
, options
?:
WidgetOptions
)
:
Promise
<
Widget
>
Parameters
id:
string
options:
WidgetOptions
= ...
Returns
Promise
<
Widget
>
get
Status
WidgetURL
get
Status
WidgetURL
(
id
:
string
)
:
string
Parameters
id:
string
Returns
string
get
Vote
Widget
get
Vote
Widget
(
id
:
string
, options
?:
WidgetOptions
)
:
Promise
<
Widget
>
Parameters
id:
string
options:
WidgetOptions
= ...
Returns
Promise
<
Widget
>
get
Vote
WidgetURL
get
Vote
WidgetURL
(
id
:
string
)
:
string
Parameters
id:
string
Returns
string
Exports
Constants
Errors
Utils
Widget
Manager
constructor
cache
koreanbots
options
_fetch
get
Server
Widget
get
Server
WidgetURL
get
Status
Widget
get
Status
WidgetURL
get
Vote
Widget
get
Vote
WidgetURL
Generated using
TypeDoc
직접적인 사용이 권장되지 않습니다.