FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Objekt omemb komentarja"
interface CommentUserMention { /** Id uporabnika. Pri SSO uporabnikih bo temu predponan vaš tenant id. **/ id: string /** Končni @mention tag besedila, vključno z znakom @. **/ tag: string /** Izvirni @mention tag besedila, vključno z znakom @. **/ rawTag: string /** Kakšen tip uporabnika je bil označen. user = FastComments.com račun. sso = SSOUser. **/ type: 'user'|'sso' /** Če se uporabnik odjavi od obvestil, bo to še vedno nastavljeno na true. **/ sent: boolean }
Result