次の方法で共有


DocumentAnnotationKind type

ドキュメント注釈の種類。

type DocumentAnnotationKind =
  | "highlight"
  | "strikethrough"
  | "underline"
  | "italic"
  | "bold"
  | "circle"
  | "note"