@xpadev-net/niconicomments
Preparing search index...
utils/flash
parseContent
Function parseContent
parseContent
(
content
:
string
,
)
:
(
|
{
char
:
string
;
charWidth
:
number
;
count
:
number
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
type
:
"spacer"
;
}
|
{
content
:
string
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
slicedContent
:
string
[]
;
type
:
"text"
;
width
?:
number
[]
;
}
)
[]
コメントの内容をパースする
Parameters
content
:
string
コメントの内容
Returns (
|
{
char
:
string
;
charWidth
:
number
;
count
:
number
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
type
:
"spacer"
;
}
|
{
content
:
string
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
slicedContent
:
string
[]
;
type
:
"text"
;
width
?:
number
[]
;
}
)
[]
パースしたコメントの内容
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@xpadev-net/niconicomments
Loading...
コメントの内容をパースする