FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Objekt spominjanja komentara"
interface CommentUserMention { /** ID korisnika. Za SSO korisnike, imat će prefiks vašeg tenant ID-a. **/ id: string /** Konačni tekst @mention taga, uključujući simbol @. **/ tag: string /** Izvorni tekst @mention taga, uključujući simbol @. **/ rawTag: string /** Koji tip korisnika je označen. user = FastComments.com račun. sso = SSOUser. **/ type: 'user'|'sso' /** Ako se korisnik odjavi od obavijesti, ovo će i dalje biti postavljeno na true. **/ sent: boolean }
Result