次の方法で共有


DocumentMermaidFigure interface

フローチャートやネットワーク図などの図を含む図。

Extends

プロパティ

content

マーメイド構文で表現された図の内容。

kind

「タイプ」と想像しています。

継承されたプロパティ

caption

図のキャプション。

description

人物の説明。

elements

図表番号または脚注を除く、図の子要素。

footnotes

図の脚注一覧。

id

数字識別子。

role

図形の意味的な役割。

source

内容内で図の位置を特定する符号化ソース。

span

割引コンテンツ内のフィギュアの幅。

プロパティの詳細

content

マーメイド構文で表現された図の内容。

content: string

プロパティ値

string

kind

「タイプ」と想像しています。

kind: "mermaid"

プロパティ値

"mermaid"

継承されたプロパティの詳細

caption

図のキャプション。

caption?: DocumentCaption

プロパティ値

DocumentFigure.captionから継

description

人物の説明。

description?: string

プロパティ値

string

DocumentFigure.descriptionから引き継ぎました

elements

図表番号または脚注を除く、図の子要素。

elements?: string[]

プロパティ値

string[]

DocumentFigure.elementsから継承

footnotes

図の脚注一覧。

footnotes?: DocumentFootnote[]

プロパティ値

DocumentFigure.footnotesから継承

id

数字識別子。

id: string

プロパティ値

string

DocumentFigure.idから受け継いだ

role

図形の意味的な役割。

role?: SemanticRole

プロパティ値

DocumentFigure.roleから継承

source

内容内で図の位置を特定する符号化ソース。

source?: string

プロパティ値

string

DocumentFigure.sourceから継承

span

割引コンテンツ内のフィギュアの幅。

span?: ContentSpan

プロパティ値

DocumentFigure.spanから継承