Preparing search index...
The search index is not available
@xpadev-net/niconicomments
@xpadev-net/niconicomments
@types/IComment
IComment
Interface IComment
interface
IComment
{
comment
:
FormattedCommentWithSize
;
content
:
string
;
draw
:
(
(
vpos
:
number
,
showCollision
:
boolean
,
cursor
?:
Position
)
=>
void
)
;
flash
:
boolean
;
height
:
number
;
image
?:
null
|
IRenderer
;
index
:
number
;
invisible
:
boolean
;
isHovered
:
(
(
cursor
?:
Position
,
posX
?:
number
,
posY
?:
number
)
=>
boolean
)
;
layer
:
number
;
loc
:
"ue"
|
"naka"
|
"shita"
;
long
:
number
;
mail
:
string
[]
;
owner
:
boolean
;
posY
:
number
;
vpos
:
number
;
width
:
number
;
}
Implemented by
BaseComment
Index
Properties
comment
content
draw
flash
height
image?
index
invisible
is
Hovered
layer
loc
long
mail
owner
posY
vpos
width
Properties
comment
comment
:
FormattedCommentWithSize
content
content
:
string
draw
draw
:
(
(
vpos
:
number
,
showCollision
:
boolean
,
cursor
?:
Position
)
=>
void
)
flash
flash
:
boolean
height
height
:
number
Optional
image
image
?:
null
|
IRenderer
index
index
:
number
invisible
invisible
:
boolean
is
Hovered
is
Hovered
:
(
(
cursor
?:
Position
,
posX
?:
number
,
posY
?:
number
)
=>
boolean
)
layer
layer
:
number
loc
loc
:
"ue"
|
"naka"
|
"shita"
long
long
:
number
mail
mail
:
string
[]
owner
owner
:
boolean
posY
posY
:
number
vpos
vpos
:
number
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
content
draw
flash
height
image
index
invisible
is
Hovered
layer
loc
long
mail
owner
posY
vpos
width
@xpadev-net/niconicomments
Loading...