@xpadev-net/niconicomments
    Preparing search index...

    Type Alias ButtonParams

    type ButtonParams = {
        commentMail: string[];
        commentMessage: string;
        commentVisible: boolean;
        hidden: boolean;
        limit: number;
        local: boolean;
        message: { after: string; before: string; body: string };
    }
    Index

    Properties

    commentMail: string[]
    commentMessage: string
    commentVisible: boolean
    hidden: boolean
    limit: number
    local: boolean
    message: { after: string; before: string; body: string }