StructTreeContent 型の別名

StructTreeContent: { id: string; type: "content" | "object"; actualText: string | undefined }

構造ツリーのコンテンツ。

型宣言

  • id: string

    プロパティ

    テキストレイヤーにマップする一意のID。

  • type: "content" | "object"

    プロパティ

    ページおよびストリーム構造要素の場合は「content」、オブジェクト参照の場合は「object」。

  • actualText: string | undefined

    実際のコンテンツテキスト。