MobX Lark
Preparing search index...
TextElementStyle
Interface TextElementStyle
See
https://open.feishu.cn/document/docs/docs/data-structure/block#669a5f7b
interface
TextElementStyle
{
background_color
?:
BackgroundColor
;
bold
?:
boolean
;
comment_ids
?:
string
[]
;
inline_code
?:
boolean
;
italic
?:
boolean
;
link
?:
{
url
:
string
}
;
strikethrough
?:
boolean
;
text_color
?:
FontColor
;
underline
?:
boolean
;
}
Hierarchy
Partial
<
Record
<
"bold"
|
"italic"
|
"strikethrough"
|
"underline"
|
"inline_code"
,
boolean
,
>
,
>
TextElementStyle
Index
Properties
background_
color?
bold?
comment_
ids?
inline_
code?
italic?
link?
strikethrough?
text_
color?
underline?
Properties
Optional
background_
color
background_color
?:
BackgroundColor
Optional
bold
bold
?:
boolean
Optional
comment_
ids
comment_ids
?:
string
[]
Optional
inline_
code
inline_code
?:
boolean
Optional
italic
italic
?:
boolean
Optional
link
link
?:
{
url
:
string
}
Optional
strikethrough
strikethrough
?:
boolean
Optional
text_
color
text_color
?:
FontColor
Optional
underline
underline
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
background_
color
bold
comment_
ids
inline_
code
italic
link
strikethrough
text_
color
underline
MobX Lark
Loading...
See
https://open.feishu.cn/document/docs/docs/data-structure/block#669a5f7b