FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Oggetto Hashtag del Commento"
interface CommentHashTag { /** L'id dell'hashtag. **/ id: string /** Il testo finale del tag #hashtag, incluso il simbolo #. **/ tag: string /** Se l'hashtag è associato a un URL personalizzato, questo sarà definito. **/ url?: string /** Se dobbiamo conservare l'hashtag, anche se non esiste nel testo del commento, quando il commento viene aggiornato. Utile per taggare i commenti senza modificare il testo del commento. **/ retain?: boolean }
Result