FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Obiekt hashtagu komentarza"
interface CommentHashTag { /** Id hashtagu. **/ id: string /** Ostateczny tekst tagu #hashtag, łącznie ze symbolem #. **/ tag: string /** Jeśli hashtag jest powiązany z niestandardowym URL, to będzie to zdefiniowane. **/ url?: string /** Czy powinniśmy zachować hashtag, nawet jeśli nie istnieje w treści komentarza podczas aktualizacji. Przydatne do tagowania komentarzy bez zmiany treści komentarza. **/ retain?: boolean }
Result