@xpadev-net/niconicomments
Preparing search index...
@types/IComment
IComment
Interface IComment
interface
IComment
{
comment
:
FormattedCommentWithSize
;
content
:
string
;
draw
:
(
vpos
:
number
,
showCollision
:
boolean
,
cursor
?:
Position
,
frameActiveState
?:
FrameActiveState
,
)
=>
void
;
flash
:
boolean
;
height
:
number
;
image
?:
IRenderer
|
null
;
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
pos
Y
vpos
width
Properties
comment
comment
:
FormattedCommentWithSize
content
content
:
string
draw
draw
:
(
vpos
:
number
,
showCollision
:
boolean
,
cursor
?:
Position
,
frameActiveState
?:
FrameActiveState
,
)
=>
void
flash
flash
:
boolean
height
height
:
number
Optional
image
image
?:
IRenderer
|
null
index
index
:
number
invisible
invisible
:
boolean
is
Hovered
isHovered
:
(
cursor
?:
Position
,
posX
?:
number
,
posY
?:
number
)
=>
boolean
layer
layer
:
number
loc
loc
:
"ue"
|
"naka"
|
"shita"
long
long
:
number
mail
mail
:
string
[]
owner
owner
:
boolean
pos
Y
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
pos
Y
vpos
width
@xpadev-net/niconicomments
Loading...