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