BoothMate API Documentation - v0.4.0
Preparing search index...
types/interfaces
ItemContent
Type Alias ItemContent
ItemContent
:
|
{
is_paragraph
:
true
;
title
:
string
;
text
:
string
}
|
{
is_paragraph
:
false
;
embed
:
Embed
}
段落と埋め込みコンテンツ
Type Declaration
{
is_paragraph
:
true
;
title
:
string
;
text
:
string
}
is_paragraph
:
true
段落かどうか
title
:
string
段落のタイトル
text
:
string
段落の本文
{
is_paragraph
:
false
;
embed
:
Embed
}
is_paragraph
:
false
段落かどうか
embed
:
Embed
埋め込み要素
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
BoothMate API Documentation - v0.4.0
Loading...
段落と埋め込みコンテンツ