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
,
showCollision
,
cursor
?
)
=>
void
)
;
flash
:
boolean
;
height
:
number
;
image
?:
null
|
IRenderer
;
index
:
number
;
invisible
:
boolean
;
isHovered
:
(
(
cursor
?
,
posX
?
,
posY
?
)
=>
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
,
showCollision
,
cursor
?
)
=>
void
)
Type declaration
(
vpos
,
showCollision
,
cursor
?
)
:
void
Parameters
vpos
:
number
showCollision
:
boolean
Optional
cursor
:
Position
Returns
void
flash
flash
:
boolean
height
height
:
number
Optional
image
image
?:
null
|
IRenderer
index
index
:
number
invisible
invisible
:
boolean
is
Hovered
is
Hovered
:
(
(
cursor
?
,
posX
?
,
posY
?
)
=>
boolean
)
Type declaration
(
cursor
?
,
posX
?
,
posY
?
)
:
boolean
Parameters
Optional
cursor
:
Position
Optional
posX
:
number
Optional
posY
:
number
Returns
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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
comment
content
draw
flash
height
image
index
invisible
is
Hovered
layer
loc
long
mail
owner
posY
vpos
width
@xpadev-net/niconicomments
Loading...