FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "評論 Hashtag 物件"
interface CommentHashTag { /** hashtag id。 **/ id: string /** 最終的 #hashtag 標籤文字,包含 # 符號。 **/ tag: string /** 若該 hashtag 與自訂 URL 關聯,則會定義此欄。 **/ url?: string /** 當評論更新時,若需保留該 hashtag(即使它不存在於評論文字中),則設定此欄。這對於在不更改評論文字的情況下標註評論很有用。 **/ retain?: boolean }
Result