Constructor
new Utterances()
- Source:
- See:
Example
<Utterances
repo="******"
issueTerm="******"
issueNumber={123}
label="******"
theme="******" />
Members
(static) Cacheable
Cacheable Utterances comment JSX component.
This class is supposed to be used in combination with the locals
hexo filter
(module:hexo/filter/locals).
Example
<Utterances.Cacheable
comment={{
repo: "******",
issue_term: "******"
issue_number: {123}
label: "******"
theme: "******"
}} />