FixIt JavaScript API
    Preparing search index...

    Interface CommentConfig

    interface CommentConfig {
        artalk?: Record<string, any>;
        enable?: boolean;
        expired?: boolean;
        giscus?: GiscusConfig;
        gitalk?: Record<string, any>;
        lightgallery?: boolean;
        twikoo?: TwikooConfig;
        utterances?: UtterancesConfig;
        valine?: Record<string, any>;
        waline?: Record<string, any>;
    }
    Index
    artalk?: Record<string, any>
    enable?: boolean
    expired?: boolean
    giscus?: GiscusConfig
    gitalk?: Record<string, any>
    lightgallery?: boolean
    twikoo?: TwikooConfig
    utterances?: UtterancesConfig
    valine?: Record<string, any>
    waline?: Record<string, any>