Preparing search index...
The search index is not available
@xpadev-net/niconicomments
@xpadev-net/niconicomments
@types/IPlugins
IPlugin
Interface IPlugin
interface
IPlugin
{
addComments
?:
(
(
comments
)
=>
void
)
;
draw
?:
(
(
vpos
)
=>
void
)
;
transformComments
?:
(
(
comments
)
=>
IComment
[]
)
;
}
Index
Properties
add
Comments?
draw?
transform
Comments?
Properties
Optional
add
Comments
add
Comments
?:
(
(
comments
)
=>
void
)
Type declaration
(
comments
)
:
void
Parameters
comments
:
IComment
[]
Returns
void
Optional
draw
draw
?:
(
(
vpos
)
=>
void
)
Type declaration
(
vpos
)
:
void
Parameters
vpos
:
number
Returns
void
Optional
transform
Comments
transform
Comments
?:
(
(
comments
)
=>
IComment
[]
)
Type declaration
(
comments
)
:
IComment
[]
Parameters
comments
:
IComment
[]
Returns
IComment
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
add
Comments
draw
transform
Comments
@xpadev-net/niconicomments
Loading...