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